Ejemplo n.º 1
0
 public List <City> GetCity(int id)
 {
     return(_show.GetCity(c => c.PId == id));;
 }