Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SmartForm"/> class.
 /// </summary>
 public SmsSmartFormContract(IShortMessageServiceClient smsClient)
 {
     if (smsClient == null)
         throw new ArgumentNullException("smsClient");
     _smsClient = smsClient;
     EnsureSent = true;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SmartForm"/> class.
 /// </summary>
 public SmsSmartFormContract(IShortMessageServiceClient smsClient)
 {
     if (smsClient == null)
     {
         throw new ArgumentNullException("smsClient");
     }
     _smsClient = smsClient;
 }