Method GetLookupList
GetLookupList<T>(params PrimaryKeys<T>[])
Retrieves a lookup list for the specified entity type.
Task<ObservableCollection<T>> GetLookupList<T>(params PrimaryKeys<T>[] keys) where T : class
Parameters
keysPrimaryKeys<T>[]The primary keys used to retrieve the lookup list.
Returns
- Task<ObservableCollection<T>>
 An observable collection of the lookup list.
Type Parameters
TThe entity type.