コード例 #1
0
 public DTO.ResponseService <DataSet> GetGVExamRoomByPlaceCode(string code, int pageNo, int recordPerPage, Boolean Count)
 {
     return(svc.GetGVExamRoomByPlaceCode(code, pageNo, recordPerPage, Count));
 }