Exemplo n.º 1
0
 public static Task SeedDataAsync(EFDataContext context)
 {
     return(Task.Run(() => SeedData(context)));
 }