public NccWebSiteWidgetService(NccWebSiteWidgetRepository entityRepository) { _entityRepository = entityRepository; }
public NccWebSiteWidgetService(NccWebSiteWidgetRepository entityRepository, IMemoryCache memoryCache) : base(entityRepository) { _entityRepository = entityRepository; _cache = memoryCache; }