Exemplo n.º 1
0
 public async Task <bool> AddItemAsync(UserModel item)
 {
     return(await _store.AddItemAsync(item));
 }