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