Using a specific namespace for the abstraction

This commit is contained in:
Zoe Roux
2021-08-14 19:32:26 +02:00
parent fab9b8a5c7
commit cd73ea953b
156 changed files with 340 additions and 305 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
using Autofac;
using Autofac.Builder;
using Kyoo.Controllers;
using Kyoo.Abstractions.Controllers;
using Microsoft.Extensions.Configuration;
namespace Kyoo
namespace Kyoo.Abstractions
{
/// <summary>
/// A static class with helper functions to setup external modules