示例#1
0
 public eshopBE.Attribute GetAttribute(int attributeID)
 {
     AttributeDL attributeDL = new AttributeDL();
     return attributeDL.GetAttribute(attributeID);
 }
示例#2
0
 public eshopBE.Attribute GetAttribute(string name)
 {
     AttributeDL attributeDL = new AttributeDL();
     return attributeDL.GetAttribute(name);
 }