Class SearchViewModelService<T>
Represents a service for the search view model.
public class SearchViewModelService<T> : ViewModelService<T>, IViewModelService<T> where T : class
Type Parameters
T
The type of the entity.
- Inheritance
-
SearchViewModelService<T>
- Implements