Exemplo n.º 1
0
 public DTO.ResponseService <DataSet> GetExamRoomByPlaceCodeAndTimeCode(string code, string timeTxt, string dDate, List <DTO.ExamSubLicense> oldCode, Boolean Del, string testingNoo)
 {
     return(svc.GetExamRoomByPlaceCodeAndTimeCode(code, timeTxt, dDate, oldCode.ToArray(), Del, testingNoo));
 }