Example #1
0
 /// <summary>
 /// construtor e inicializador da configuraĆ§Ć£o do LocaSMS
 /// </summary>
 public EGoySMSClient()
 {
     this.ApiKey  = SMSServices.SMS_EGOY_APIKEY();
     this._fromId = SMSServices.SMS_EGOY_FROMID();
     this._listId = SMSServices.SMS_EGOY_LISTID();
 }