Exemplo n.º 1
0
 public ICollection <ViewStockProduct> GetStockProductBarcodeByBranchAndProductIdTemp(int branchId, int productId)
 {
     return(_iReportGateway.GetStockProductBarcodeByBranchAndProductIdTemp(branchId, productId));
 }