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