public AuthorizeMiddleware(RequestDelegate <CRUDContext <TService> > next, CRUDMiddlewareOptions <TService> options) { _next = next; }
public CommitChangesMiddleware(RequestDelegate <CRUDContext <TService> > next, CRUDMiddlewareOptions <TService> options) { _next = next; }