예제 #1
0
 public DTO.ResponseService <string> AddSubjectGroup(DTO.GroupSubject examgroup)
 {
     return(svc.AddSubjectGroup(examgroup));
 }