diff --git a/API/API/API.csproj b/API/API/API.csproj
index d2aff1a..692b34b 100644
--- a/API/API/API.csproj
+++ b/API/API/API.csproj
@@ -147,6 +147,7 @@
+
diff --git a/API/API/App_Start/DependencyInjectionConfig.cs b/API/API/App_Start/DependencyInjectionConfig.cs
index 0594403..58fbdfd 100644
--- a/API/API/App_Start/DependencyInjectionConfig.cs
+++ b/API/API/App_Start/DependencyInjectionConfig.cs
@@ -1,8 +1,8 @@
using API.Database;
+using API.Services;
using Autofac;
using Autofac.Integration.WebApi;
using ProductService.Controllers;
-using System.Reflection;
using System.Web.Http;
namespace API.App_Start {
@@ -28,7 +28,7 @@ namespace API.App_Start {
}
private static void RegisterServices(this ContainerBuilder builder) {
- // ... builder.RegisterType