Esempio n. 1
0
 public Face GetById(int id)
 {
     return(faceRepository.GetById(id));
 }