public EntityService() { _appointmentService = new AppointmentRepo(); _cityService = new CityRepo(); _hospitalService = new HospitalRepo(); _patientRepo = new PatientRepo(); _policlinicService = new PoliclinicRepo(); _staffRepo = new StaffRepo(); _titleService = new TitleRepo(); _townService = new TownRepo(); _userService = new UserRepo(); }
public UcHospitalListView() { InitializeComponent(); this.hospitalRepo = new HospitalRepo(); }
public HospitalController(HospitalRepo repository, IMapper mapper) { _repository = repository; _mapper = mapper; }
public FormCoHospitalUpate() { InitializeComponent(); this.hospitalRepo = new HospitalRepo(); }
public UcHospitalInfoInput() { InitializeComponent(); this.hospitalRepo = new HospitalRepo(); }