© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•12mo ago•
15 replies
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; } = [];
 // 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
Code - Pastebin.com
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.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

I don't understand this warning: BL Mapping (Mapperly)
C#CC# / help
13mo ago
BL - UserManager custom role
C#CC# / help
13mo ago
Mapping metadata
C#CC# / help
2y ago
❔ Mapping error
C#CC# / help
3y ago