Example #1
0
 // Data methods
 async Task AddItem(User item)
 {
     await manager.SaveUserAsync(item);
 }