Example #1
0
 public Product GetProduct(Product data)
 {
     return Factory.DaoProduct().Select(data,0).First();
 }
Example #2
0
 public string CreateKitAssemblyOrderBasedOnSalesDocument(Document shipment, Entities.Master.Product product, double quantity, string sequence)
 {
     throw new NotImplementedException();
 }