First backend rewrite to Microsoft Dependency injection
This commit is contained in:
@@ -6,7 +6,7 @@ using mROA.Implementation;
|
||||
|
||||
namespace mROA.Abstract
|
||||
{
|
||||
public interface IRepresentationModule : IInjectableModule
|
||||
public interface IRepresentationModule
|
||||
{
|
||||
int Id { get; }
|
||||
IEndPointContext Context { get; }
|
||||
|
||||
Reference in New Issue
Block a user