Exemplo n.º 1
0
 public AuthorizeMiddleware(RequestDelegate <CRUDContext <TService> > next, CRUDMiddlewareOptions <TService> options)
 {
     _next = next;
 }
Exemplo n.º 2
0
 public CommitChangesMiddleware(RequestDelegate <CRUDContext <TService> > next, CRUDMiddlewareOptions <TService> options)
 {
     _next = next;
 }