コード例 #1
0
 public SingleQueryEfMiddleware(RequestDelegate next, EfDb db)
 {
     _next = next;
     _db = db;
 }
コード例 #2
0
 public MultipleQueriesEfMiddleware(RequestDelegate next, EfDb db)
 {
     _next = next;
     _db = db;
 }