Esempio n. 1
0
 public async Task <User> Get(Guid id)
 => await _database.AsQueryable().FirstOrDefault(x => x.id == id);