Example #1
0
 public Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.EmailContentInfoV10 GetEmailContentByTemplate(Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.GetEmailContentMessageV10 message, System.Collections.Generic.List <Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.KeyValue> dataVariables)
 {
     Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.GetEmailContentByTemplateRequest inValue = new Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.GetEmailContentByTemplateRequest();
     inValue.Body               = new Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.GetEmailContentByTemplateRequestBody();
     inValue.Body.message       = message;
     inValue.Body.dataVariables = dataVariables;
     Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.GetEmailContentByTemplateResponse retVal = ((Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.IEmailServiceCenterProxy)(this)).GetEmailContentByTemplate(inValue);
     return(retVal.Body.GetEmailContentByTemplateResult);
 }
Example #2
0
 public GetEmailContentByTemplateRequestBody(Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.GetEmailContentMessageV10 message, System.Collections.Generic.List <Newegg.Oversea.Silverlight.ControlPanel.Service.EmailCenterService.KeyValue> dataVariables)
 {
     this.message       = message;
     this.dataVariables = dataVariables;
 }