0
kalidarscope created
I have a scenario like below:
There is an one to many relationship with ObjectTable and FieldTable. When i edit the ObjectTable form, i can get the ObjectTable record. But i would like to get FieldTable records also. But it would be return the FieldTable records as PagedResultDto.
Anyone could help me to write the application-service for this scenario. Give me some example also.
Note: I am using ASP.NET Zero and Angular.