This type contains the following members.

public class DictionaryService: IDictionaryService
Inheritance:
ObjectDictionaryService
Implements:
IDictionaryService

Constructors

DictionaryService(IRepository<DictionaryCategoryEntity>, IRepository<DictionaryItemEntity>, IApplicationCache) Default constructor. Services are injected by the IoC container.

Methods

GetItemAsync(string) Retrieves a dictionary item by id.
GetItemByKeyAsync(string, bool)
GetCategoryByIdAsync(string)
GetRootCategoriesAsync()
GetItemsByCategoryAsync(string)