Exemplo n.º 1
0
 public EmailService(ICacheService cacheService, IViewConvertor viewConvertor, HttpContextBase httpContext)
 {
     _cacheService  = cacheService;
     _viewConvertor = viewConvertor;
     _httpContext   = httpContext;
 }
Exemplo n.º 2
0
 public EmailService(ICacheService cacheService, IViewConvertor viewConvertor, HttpContextBase httpContext)
 {
     _cacheService = cacheService;
     _viewConvertor = viewConvertor;
     _httpContext = httpContext;
 }