예제 #1
0
 public DTO.ResponseService <string> AddExamGroup(DTO.ConditionGroup conditiongroup)
 {
     return(svc.AddExamGroup(conditiongroup));
 }