Пример #1
0
 public AppDrugstore(IDrugstoreRepository contextDrugstore, INeighborhoodRepository contextNeighborhood)
 {
     _contextDrugstore    = contextDrugstore;
     _contextNeighborhood = contextNeighborhood;
 }
Пример #2
0
 public DrugstoreManager(IDrugstoreRepository drugstoreRepository, IHospitalManager hospitalManager)
 {
     DrugstoreRepository = drugstoreRepository;
     HospitalManager     = hospitalManager;
 }