Interface ILookupService
Represents a service for retrieving lookup lists.
public interface ILookupService
Methods
- ClearCache<T>()
Clears the cache for the specified entity type.
- GetLookupList<T>(params PrimaryKeys<T>[])
Retrieves a lookup list for the specified entity type.