Example #1
0
        // GET: /Admin/ProductType/

        public LayoutContentController(ILayoutContentRepository _layoutContentRepository)
        {
            this.layoutContentRepository = _layoutContentRepository;
            this.baseRepository          = _layoutContentRepository;
        }
 // GET: /Admin/ProductType/
 public LayoutContentController(ILayoutContentRepository _layoutContentRepository)
 {
     this.layoutContentRepository = _layoutContentRepository;
     this.baseRepository = _layoutContentRepository;
 }