crud property
_CRUDService<T, P>
get
crud
To create Read Update and Delete
Implementation
_CRUDService<T, P> get crud => _crud ??= _crud = _CRUDService<T, P>(
getRepoAs<ICRUD<T, P>>(),
this as InjectedCRUDImp<T, P>,
);