Bit.Core.Services.SendGridMailService.SendGridMailService C# (CSharp) Метод

SendGridMailService() публичный Метод

public SendGridMailService ( GlobalSettings globalSettings ) : System
globalSettings GlobalSettings
Результат System
        public SendGridMailService(GlobalSettings globalSettings)
        {
            _globalSettings = globalSettings;
            _web = new Web(_globalSettings.Mail.ApiKey);
        }