コード例 #1
0
ファイル: ExamRoomBiz.cs プロジェクト: ekarincodizm/IAS
 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));
 }