Exemplo n.º 1
0
 public async Task <ShowVM> GetById(long id)
 {
     return(await _service.GetByIdAsync(id));
 }