Exemplo n.º 1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Model.navigation GetModel(int id)
 {
     return(dal.GetModel(id));
 }
Exemplo n.º 2
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Model.navigation GetModel(string name)
 {
     return(dal.GetModel(name));
 }