Пример #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);
 }