Ejemplo n.º 1
0
 public SmsService()
 {
     _config = new ConfigService();
     _cache = HttpContext.Current.Cache;
 }
Ejemplo n.º 2
0
 public SmsService()
 {
     _config = new ConfigService();
     _cache  = HttpContext.Current.Cache;
 }