Esempio n. 1
0
 public async Task AddAsync(Author author)
 => await Authors.InsertOneAsync(author);