Пример #1
0
 public ICollection <ViewProduct> GetStockProductBarcodeByBranchAndProductId(int branchId, int productId)
 {
     return(_iReportGateway.GetStockProductBarcodeByBranchAndProductId(branchId, productId));
 }