コード例 #1
0
ファイル: ExamRoomBiz.cs プロジェクト: ekarincodizm/IAS
 public DTO.ResponseMessage <bool> Del_Time(string Key, string UserID)
 {
     return(svc.Del_Time(Key, UserID));
 }