Ejemplo n.º 1
0
 public Service GetById(int id)
 {
     return(_serviceDal.GetById(id));
 }