Ejemplo n.º 1
0
 public virtual async Task <TModel> GetAsync([FromRoute] int id)
 {
     return(await _service.GetAsync(id));
 }