Ejemplo n.º 1
0
 public DTO.SubjectGroupD[] GetSubjectInGroup(string p)
 {
     return(svc.GetSubjectInGroup(p).DataResponse);
 }