New: User Search and User-Contact UI and Service
This commit is contained in:
@@ -17,6 +17,10 @@ namespace SZUAbsolventenverein.Module.PremiumArea.Startup
|
||||
{
|
||||
services.AddScoped<IEngineerApplicationService, EngineerApplicationService>();
|
||||
}
|
||||
if (!services.Any(s => s.ServiceType == typeof(IUserContactService)))
|
||||
{
|
||||
services.AddScoped<IUserContactService, UserContactService>();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user