コード例 #1
0
 public Startup(IConfiguration configuration)
 {
     Configuration = configuration;
     InMemoryDatabase.PopulateWithData();
 }