public OrganizasyonBLL() { _hastaneDAL = new HastaneDAL(); _departmanDAL = new DepartmanDAL(); _doktorDAL = new DoktorDAL(); _seansDAL = new SeansDAL(); }
public RandevuBLL() { _randevuDAL = new RandevuDAL(); _seansDAL = new SeansDAL(); _doktorDal = new DoktorDAL(); _hastaDAL = new HastaDAL(); _gununTarihiDAL = new GununTarihiDAL(); }
public SeansBLL() { _seansDAL = new SeansDAL(); }