示例#1
0
 public string CreateImportTemplate(int iRequesterID, int productionProcessID, out Library.DTO.Notification notification)
 {
     return(factory.CreateImportTemplate(productionProcessID, out notification));
 }
示例#2
0
 public string CreateImportTemplate(int iRequesterID, int workOrderID, out Library.DTO.Notification notification)
 {
     return(factory.CreateImportTemplate(workOrderID, out notification));
 }