Exemple #1
0
 public async Task <ActionResponse <List <CombinedGroupDto> > > GetAllCombined()
 {
     return(await studentGroupService.GetAllCombined());
 }