Beispiel #1
0
 public DTO.ResponseService <DTO.GroupSubject[]> GetSubjectGroupList(string p)
 {
     return(svc.GetSubjectGroupList(p));
 }