More documentation

This commit is contained in:
Jeff Leung 2021-12-30 23:57:33 -08:00
parent 8f029a8a34
commit 22ccbfc34b
1 changed files with 1 additions and 1 deletions

View File

@ -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>();