예제 #1
0
 public string CreateImportTemplateGeneral(int iRequesterID, int workOrderID, out Library.DTO.Notification notification)
 {
     return(factory.CreateImportTemplateGeneral(workOrderID, out notification));
 }