Skip to content

Commit

Permalink
Renommage
Browse files Browse the repository at this point in the history
  • Loading branch information
titouancreach committed Jul 7, 2022
1 parent aef565f commit 77fe7bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extensions/IServiceCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ namespace Unitee.Extensions;

public static class ServiceCollectionExtension
{
public static void AddCustomServices(this IServiceCollection services)
public static void AddResponseMaker(this IServiceCollection services)
{
services.AddSingleton<ResponseMaker>();
}
}
}

0 comments on commit 77fe7bb

Please sign in to comment.