예제 #1
0
 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);
 }