Esempio n. 1
0
 public AdminController()
 {
     _PostTag    = new DAL.PostTagDAL();
     _posty      = new DAL.PostDAL();
     _tagi       = new DAL.TagDAL();
     _komentarze = new DAL.KomentarzDAL();
 }
Esempio n. 2
0
 public AdminController()
 {
     _PostTag = new DAL.PostTagDAL();
     _posty = new DAL.PostDAL();
     _tagi = new DAL.TagDAL();
     _komentarze = new DAL.KomentarzDAL();
 }