예제 #1
0
 public string UpdateExam(MvcApplication2.ServiceReference1.exam ee)
 {
     return(base.Channel.UpdateExam(ee));
 }
예제 #2
0
 public string InsertExam(MvcApplication2.ServiceReference1.exam ee)
 {
     return(base.Channel.InsertExam(ee));
 }