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; } = [];
// Table Actions of the table public List<RestauraceAkceStoluCreateDto> AkceStolu { get; set; } = []; // All the products in the Table public List<RestauraceObjednavkaPolozkyCreateDto> Polozky { get; set; } = [];