C#C
C#11mo ago
ThangBoc

BL Mapping help

I have finished my BL DTO's and want to map my DTO with the EF DAL

How do I map it when inside the create DTO is a another CreateDTO?

 // Table Actions of the table
 public List<RestauraceAkceStoluCreateDto> AkceStolu { get; set; } = [];

 // All the products in the Table
 public List<RestauraceObjednavkaPolozkyCreateDto> Polozky { get; set; } = [];


https://pastebin.com/8hmUZ2Ay
Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Was this page helpful?