First backend rewrite to Microsoft Dependency injection

This commit is contained in:
2025-07-11 23:18:24 +03:00
parent e7e0cbac05
commit 3f7b504971
50 changed files with 233 additions and 490 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ using mROA.Implementation;
namespace mROA.Abstract
{
public interface IRepresentationModule : IInjectableModule
public interface IRepresentationModule
{
int Id { get; }
IEndPointContext Context { get; }