コード例 #1
0
ファイル: SettingBusiness.cs プロジェクト: weedkiller/demo
 public void DPMInsertNotification(int NotificationFileId, string NotificationFileName, string FileDate, string MonitoringRegistrationName, string FileType, string ResponseJSON, string ProcessStatusId)
 {
     rep.DPMInsertNotification(NotificationFileId, NotificationFileName, FileDate, MonitoringRegistrationName, FileType, ResponseJSON, ProcessStatusId);
 }