コード例 #1
0
ファイル: ExamRoomBiz.cs プロジェクト: ekarincodizm/IAS
 public DTO.ResponseService <DataSet> GetExamRoom()
 {
     return(svc.GetExamRoom());
 }