Class LookupService
Service for retrieving lookup lists.
public class LookupService : ILookupService
- Inheritance
-
LookupService
- Implements
Constructors
- LookupService(IServiceProvider, IMemoryCache)
Initializes a new instance of the LookupService class.
Methods
- ClearCache<T>()
Clears the cache for the specified entity type.
- GetLookupList<T>(params PrimaryKeys<T>[])
Gets the lookup list for the specified entity type.