public LoginBLL() { user = new User(); _userDAL = new UserDAL(); _hastaDAL = new HastaDAL(); _doktorDAL = new DoktorDAL(); }
public OrganizasyonBLL() { _hastaneDAL = new HastaneDAL(); _departmanDAL = new DepartmanDAL(); _doktorDAL = new DoktorDAL(); _seansDAL = new SeansDAL(); }
public frmDoktorEkrani() { InitializeComponent(); _doktor = new DoktorEntity(); _hasta = new GirisKontrol(); _randevuDAL = new RandevuDAL(); _doktorDAL = new DoktorDAL(); }
public RandevuBLL() { _randevuDAL = new RandevuDAL(); _seansDAL = new SeansDAL(); _doktorDal = new DoktorDAL(); _hastaDAL = new HastaDAL(); _gununTarihiDAL = new GununTarihiDAL(); }
public frmHastaEkrani(int hastaID) { InitializeComponent(); conn = new SqlConnection(Properties.Settings.Default.HST); _doktorDAL = new DoktorDAL(); _hastaneeDAL = new HastaneeDAL(); _departmanDAL = new DepartmanDAL(); _poliklinikDAL = new PoliklinikDAL(); _hastaDAL = new HastaDAL(); hasta = new HastaEntity(); hastaneeBLL = new HastaneeBLL(); _departmanBLL = new DepartmanBLL(); _poliklinikBLL = new PoliklinikBLL(); _randevuDAL = new RandevuDAL(); this.hastaID = hastaID; }
public DoktorBLL() { _doktorDAL = new DoktorDAL(); }
public DoktorGiris() { _doktorDAL = new DoktorDAL(); }