Пример #1
0
 public static async Task MigrateAsync(this IWebHost webhost)
 {
     await webhost.ConfigureMigrationAsync();
 }