Ejemplo n.º 1
0
 public Sach GetById(int id)
 {
     return(sachRepository.GetSingleById(id));
 }