Skip to content

Instantly share code, notes, and snippets.

View vancodocton's full-sized avatar

Nguyễn Kỳ Dương Trường vancodocton

View GitHub Profile
using Microsoft.AspNetCore.Identity;
using Microsoft.EntityFrameworkCore;
using WebApp.Models;
namespace WebApp.Data
{
public class SeedData
{
public async static Task Initializer(IServiceProvider serviceProvider, IConfiguration configuration)
{