Exemplo n.º 1
0
 public Model.Models.Computer GetById(int id)
 {
     return(_computerRepository.GetSingleById(id));
 }