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