Ejemplo n.º 1
0
 public Elux.ApiIntergration.EluxPim.AttachmentEntity[] GetProductBrochures(string modelNumber, string publicationType, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.AttachmentEntity[] { EluxApiIntHelper.GetAttachment(), EluxApiIntHelper.GetAttachment() });
 }
Ejemplo n.º 2
0
 public Elux.ApiIntergration.EluxPim.AttachmentEntity[] GetProductDimensionSheet(string modelNumber, string country)
 {
     return(new Elux.ApiIntergration.EluxPim.AttachmentEntity[] { EluxApiIntHelper.GetAttachment(), EluxApiIntHelper.GetAttachment() });
 }
Ejemplo n.º 3
0
 public Elux.ApiIntergration.EluxPim.AttachmentEntity GetServiceProductHeroImage(string service, string modelNumber, string country)
 {
     return(EluxApiIntHelper.GetAttachment());
 }