The GetAll and Get methods of the ready-made CrudAppService don\'t include child entities.
GetAll
Get
CrudAppService
Is it possible to modify its behavi
Yes, You have to include explicitly like this.
GetAll().Include(i => i.ChildEntities)