Exemplo n.º 1
0
 public IList <DomainModel.LoaiNhanVien> GetAllLoaiNhanVien()
 {
     return(_loainvRepository.GetAll());
 }
Exemplo n.º 2
0
 public IEnumerable<LoaiNhanVien> GetAll()
 {
     return _loaiNhanVienRepository.GetAll();
 }