We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd561cb + 9a3a5e8 commit 42fd70dCopy full SHA for 42fd70d
src/SnackFlow.Infrastructure/DependencyInjection.cs
@@ -89,7 +89,7 @@ private static void AddRepositories(this IServiceCollection services)
89
{
90
services.AddScoped<ICompanyRepository, CompanyRepository>();
91
services.AddScoped<IUserRepository, UserRepository>();
92
- services.AddScoped<IInvitationRepository, IInvitationRepository>();
+ services.AddScoped<IInvitationRepository, InvitationRepository>();
93
services.AddScoped<IUnitOfWork, UnitOfWork>();
94
}
95
0 commit comments