Beispiel #1
0
 public IEnumerable <EndUser> GetAll(int companyId)
 {
     return(_IEndUserRepository.GetAll().Where(x => x.CompanyId == companyId));
 }