public EmailServices() { _templateDictionary = GetTemplateDictionary(); _amazonEmailWrapper = DependencyResolver.Current.GetService <IAmazonEmailWrapper>(); }
public CertificateServices() { _emailServices = DependencyResolver.Current.GetService <IEmailServices>(); _amazonEmailWrapper = DependencyResolver.Current.GetService <IAmazonEmailWrapper>(); _s3Wrapper = DependencyResolver.Current.GetService <IS3Wrapper>(); }