Example #1
0
 public GenericContentService(IGenericContentRepository genericContentRepository) : base(genericContentRepository)
 {
     _genericContentRepository = genericContentRepository;
 }
 public GenericContentController(IGenericContentRepository genericContentRepository, ISitecoreContext sitecoreContext)
 {
     m_genericContentRepository = genericContentRepository;
     m_sitecoreContext = sitecoreContext;
 }