示例#1
0
 public frmEczaneEkrani(int eczaciID)
 {
     InitializeComponent();
     _eczaneDAL = new EczaneDAL();
     _hastaDAL  = new HastaDAL();
     _ilacDAL   = new IlacDAL();
 }
示例#2
0
 public LoginBLL()
 {
     user       = new User();
     _userDAL   = new UserDAL();
     _hastaDAL  = new HastaDAL();
     _doktorDAL = new DoktorDAL();
 }
示例#3
0
 public RandevuBLL()
 {
     _randevuDAL     = new RandevuDAL();
     _seansDAL       = new SeansDAL();
     _doktorDal      = new DoktorDAL();
     _hastaDAL       = new HastaDAL();
     _gununTarihiDAL = new GununTarihiDAL();
 }
示例#4
0
 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;
 }
示例#5
0
 public UyelikKontrol()
 {
     _hastaDal = new HastaDAL();
 }
示例#6
0
 public HastaBLL()
 {
     _hastaDAL = new HastaDAL();
     _userDAL  = new UserDAL();
 }
 public GirisKontrol()
 {
     _hastaDal = new HastaDAL();
 }