示例#1
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;
 }
 public HastaneeBLL()
 {
     _hastaneDAL = new HastaneeDAL();
 }