0
velu created
Hi,
Please provide us example of multiple table core class with Appservice and dto.
How to use in views? It's urgent. Please help us.
Thanks in advance
1 Answer(s)
-
0
Hi @velu,
Do you want to show for example, your Randevu entity with related entities included ?
If so, when getting your Randevu entity you can use LinQ's Include to include navigation properties to your main entity.Actually, this usage is more related to Entity Framework other than AspNet Zero.
If you can explain your case a bit more detailed, we can try to provide you a simple example.
Thanks.