Bit.Core.Services.SendGridMailService.SendGridMailService C# (CSharp) Method

SendGridMailService() public method

public SendGridMailService ( GlobalSettings globalSettings ) : System
globalSettings GlobalSettings
return System
        public SendGridMailService(GlobalSettings globalSettings)
        {
            _globalSettings = globalSettings;
            _web = new Web(_globalSettings.Mail.ApiKey);
        }