IHttpService<> and the new DTO classes contained in DataTransfer.Common supersede the methods and representations handled by IController and, to a lesser extent, `IBatchController. Update the type and method references in the Razor components, removing the dependency on the deprecated DTO classes and controller methods.
Criteria
[x] Update references to DTOs in Components.CRUD namespace.
[x] Update SearchInputTable to return IQueryParameter<> instead of generic expression.
[x] Update page components referencing DTOs and IController methods.
Description
IHttpService<>
and the new DTO classes contained inDataTransfer.Common
supersede the methods and representations handled byIController
and, to a lesser extent, `IBatchController. Update the type and method references in the Razor components, removing the dependency on the deprecated DTO classes and controller methods.Criteria
Components.CRUD
namespace.SearchInputTable
to returnIQueryParameter<>
instead of generic expression.IController
methods.