예제 #1
0
 public DTO.SubjectGroupD[] GetSubjectInGroup(string p)
 {
     return(svc.GetSubjectInGroup(p).DataResponse);
 }