More documentation
This commit is contained in:
parent
8f029a8a34
commit
22ccbfc34b
|
|
@ -14,7 +14,7 @@ namespace TwilioSMSReceiver.Common.Registrations
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This registers all dependencies needed to support this app
|
/// This registers all dependencies needed to support this app
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="provider"></param>
|
/// <param name="provider">The Service Collection that will hold all depedencies</param>
|
||||||
public static void RegisterSMSExtensions(this IServiceCollection provider)
|
public static void RegisterSMSExtensions(this IServiceCollection provider)
|
||||||
{
|
{
|
||||||
provider.AddScoped<IMessageHandler, SMTPHandler>();
|
provider.AddScoped<IMessageHandler, SMTPHandler>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue