コード例 #1
0
ファイル: BLL.cs プロジェクト: trankimcuong1990/Tilsoft
 public string CreateImportTemplateGeneral(int iRequesterID, int workOrderID, out Library.DTO.Notification notification)
 {
     return(factory.CreateImportTemplateGeneral(workOrderID, out notification));
 }