Esempio n. 1
0
 public Evaluacion Get(Guid id)
 {
     return(_evaluacionRepository.Get(id));
 }