public decimal GetPurchaseQuantity(string warehouseCode, string productCode) { return(dal.GetPurchaseQuantity(warehouseCode, productCode)); }