Пример #1
0
 public async Task Save(RegisteredUser t)
 {
     var document = t.AsDocument();
     await _users.InsertOneAsync(document);
 }