Example #1
0
 public SmsService()
 {
     _config = new ConfigService();
     _cache = HttpContext.Current.Cache;
 }
Example #2
0
 public SmsService()
 {
     _config = new ConfigService();
     _cache  = HttpContext.Current.Cache;
 }