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