コード例 #1
0
ファイル: SmsService.cs プロジェクト: VovaGurovskiy/Teamwork
 public SmsService()
 {
     _config = new ConfigService();
     _cache = HttpContext.Current.Cache;
 }
コード例 #2
0
 public SmsService()
 {
     _config = new ConfigService();
     _cache  = HttpContext.Current.Cache;
 }