Ejemplo n.º 1
0
 public async Task RemoveAsync(Guid id)
 => await Authors.DeleteOneAsync(x => x.AuthorId == id);