Beispiel #1
0
 public Task CreateAsync(User user)
 {
     return(Task.Factory.StartNew(() => _context.Add(user)));
 }