Default constructor. Services are injected by the IoC container.

public DictionaryService(IRepository<DictionaryCategoryEntity> categoryRepository, IRepository<DictionaryItemEntity> itemRepository, IApplicationCache applicationCache)

Parameters

categoryRepository IRepository<T>
itemRepository IRepository<T>
applicationCache IApplicationCache
In this article