Exemple #1
0
 public async void Upsert(UserAuthentication newUser)
 {
     await _dynamoDbContext.SaveAsync(newUser, _defaultOperationConfig);
 }