Exemplo n.º 1
0
 public Camera ObterPorId(int id)
 {
     return(_CameraRepository.ObterPorId(id));
 }