Пример #1
0
 public static Task SeedDataAsync(EFDataContext context)//асинхронно сидим юзера
 {
     return(Task.Run(() => SeedUser(context)));
 }