示例#1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Sell GetModel(string Sell_Code)
 {
     return(dal.GetModel(Sell_Code));
 }
示例#2
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public Sell GetModel(int Sell_ID)
 {
     return(dal.GetModel(Sell_ID));
 }