Example #1
0
        public HomeController()
        {
            //_posty = new PostDAL();
            //_tagi = new TagDAL();
            _komentarze = new KomentarzDAL();

            _postTag    = new PostTagDAL();
            _ustawienia = new UstawieniaServices();
            _archiwum   = new ArchiveDAL();

            utworzArchiwum();
        }
Example #2
0
        public HomeController()
        {
            //_posty = new PostDAL();
            //_tagi = new TagDAL();
            _komentarze = new KomentarzDAL();

            _postTag = new PostTagDAL();
            _ustawienia = new UstawieniaServices();
            _archiwum = new ArchiveDAL();

            utworzArchiwum();
        }
Example #3
0
 public PostController()
 {
     _posty      = new PostDAL();
     _tagi       = new TagDAL();
     _komentarze = new KomentarzDAL();
 }
Example #4
0
 public KomentarzController()
 {
     _komenatrze = new KomentarzDAL();
 }
Example #5
0
 public PostController()
 {
     _posty = new PostDAL();
     _tagi = new TagDAL();
     _komentarze = new KomentarzDAL();
 }
Example #6
0
 public KomentarzController()
 {
     _komenatrze = new KomentarzDAL();
 }