예제 #1
0
 public IEnumerable <ASNDetail> GetAsnDetailListArticle(string receiptnum, string customerid, string warehousename)
 {
     try
     {
         ReceiptManagementAccessor accessor = new ReceiptManagementAccessor();
         return(accessor.GetAsnDetailListArticle(receiptnum, customerid, warehousename));
     }
     catch (Exception ex)
     {
         return(new List <ASNDetail>());
     }
 }