Ejemplo n.º 1
0
 public async Task <Cpu> GetById(Guid cpuId)
 {
     return(await _repository.GetByIdAsync(cpuId));
 }