예제 #1
0
 private async Task InitData(IApplicationBuilder app)
 {
     await DatabaseInitializer.InitData(app);
 }