Пример #1
0
 public ProductGalleryController()
 {
     vm                  = new ProductGalleryVM();
     _repoPosition       = new PositionGalleryDAO();
     _repoSectionGallery = new SectionGalleryDAO();
     _repoSectionContent = new SectionContentDAO();
 }
Пример #2
0
 public SpecController()
 {
     vm               = new ProductGalleryVM();
     _repository      = new SectionContentDAO();
     _repoPositionPos = new PositionGalleryDAO();
 }