Beispiel #1
0
 public async Task <User> FindAsync(Guid id)
 {
     return(await gateway.FindUserAsync(id));
 }