Beispiel #1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Ncu.jsj.Model.City GetModel(int CityId)
 {
     return(dal.GetModel(CityId));
 }