Exemplo n.º 1
0
 public HandlerPaymentSms()
 {
     _repository = new SmsReaderRepository(Constants.Constants.CONNECTIONSTRING);
     _parser     = new SmsParser();
 }
Exemplo n.º 2
0
 public RepositoryTest()
 {
     _repo = new SmsReaderRepository(@"Data Source=192.168.0.208;Initial Catalog=SmsReader;Integrated Security=false;
                                     User ID=sa;Password=masterkey;");
 }
Exemplo n.º 3
0
 public HistoryController()
 {
     _repository = new SmsReaderRepository(Constants.Constants.CONNECTIONSTRING);
 }
Exemplo n.º 4
0
 public HandlerQueueMessages()
 {
     _client     = new BeelineHttpClient();
     _repository = new SmsReaderRepository(Constants.Constants.CONNECTIONSTRING);
 }