Beispiel #1
0
 public DTO.ResponseMessage <bool> SaveDeleteApplicantRoom(string testing_no, string ExampleaceCode, string USERID)
 {
     return(svc.SaveDeleteApplicantRoom(testing_no, ExampleaceCode, USERID));
 }