First backend rewrite to Microsoft Dependency injection
This commit is contained in:
@@ -3,7 +3,7 @@ using mROA.Implementation;
|
||||
|
||||
namespace mROA.Abstract
|
||||
{
|
||||
public interface IInstanceRepository : IInjectableModule
|
||||
public interface IInstanceRepository
|
||||
{
|
||||
int ResisterObject<T>(object o, IEndPointContext context);
|
||||
void ClearObject(ComplexObjectIdentifier id, IEndPointContext context);
|
||||
|
||||
Reference in New Issue
Block a user