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