Exemplo n.º 1
0
 public CollegeKpiService(ICollegeKpiRepository repository, ICollegeRepository collegeRepository)
 {
     _repository        = repository;
     _collegeRepository = collegeRepository;
 }
Exemplo n.º 2
0
 public CollegeKpiService(ICollegeKpiRepository repository, ICollegeRepository collegeRepository)
 {
     _repository = repository;
     _collegeRepository = collegeRepository;
 }
Exemplo n.º 3
0
 public CollegeKpiController(ICollegeKpiRepository repository, ICollegeRepository collegeRepository)
 {
     _repository = repository;
     _collegeRepository = collegeRepository;
 }