Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SendGridClient"/> class.
 /// </summary>
 /// <param name="options">A <see cref="SendGridClientOptions"/> instance that defines the configuration settings to use with the client.</param>
 /// <returns>Interface to the Twilio SendGrid REST API.</returns>
 public SendGridClient(SendGridClientOptions options)
     : base(options)
 {
 }