Exemplo n.º 1
0
 public static string GetItemAccessoriesStringByPurchaseOrder(List <int?> productSysNoList, string companyCode)
 {
     return(ProductPurchaseDA.GetItemAccessoriesStringByPurchaseOrder(productSysNoList, companyCode));
 }