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