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