Exemplo n.º 1
0
 public OrganisationService(IGeneralInformationRepository generalInformationRepository,
                            ILocationRepository locationRepository,
                            IUnitRepository unitRepository)
 {
     _generalInformationRepository = generalInformationRepository;
     _locationRepository           = locationRepository;
     _unitRepository = unitRepository;
 }
Exemplo n.º 2
0
 public GeneralInformationController(ApplicationContext applicationContext, IGeneralInformationRepository generalInformationRepository)
 {
     _generalInformationRepository = generalInformationRepository;
 }