示例#1
0
 public IEnumerable <Employer> GetAll()
 {
     return(_employerRepository.All());
 }