Example #1
0
 public async Task <CampeonatoEntity> Get(Guid id)
 {
     return(await _repository.SelectAsync(id));
 }