コード例 #1
0
 public CustomerRepository(IServiceProvider services)
 {
     this.scope = services.CreateScope();
     this.tokenTestApiContext = this.scope.ServiceProvider.GetRequiredService <TokenTestApiContext>();
 }