コード例 #1
0
 public async Task <Entities.Clients> GetClientsByIdAsync(int Id)
 {
     return(await _clientsService.GetClientsByIdAysnc(Id));
 }