예제 #1
0
 public ICollection <ViewTransferProductModel> GetAllTransferedListByBranchAndCompanyId(int branchId, int companyId)
 {
     return(_iInventoryGateway.GetAllTransferedListByBranchAndCompanyId(branchId, companyId));
 }