コード例 #1
0
 public DeliveryReport(String smsUniqueId, DeliveryReportStatus status, DeliveryReportError error)
 {
     this.SmsUniqueId = smsUniqueId;
     this.SmsStatus   = status;
     this.Error       = error;
 }
コード例 #2
0
ファイル: DeliveryReport.cs プロジェクト: nortal/MessenteSms
 public DeliveryReport(String smsUniqueId, DeliveryReportStatus status, DeliveryReportError error)
 {
     this.SmsUniqueId = smsUniqueId;
     this.SmsStatus = status;
     this.Error = error;
 }