Example #1
0
 public async Task <Client> GetClientById(int id)
 {
     return(await ClientSet.FindAsync(id));
 }