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