Some interfaces cleanup
This commit is contained in:
@@ -5,7 +5,6 @@ namespace mROA.Abstract
|
||||
{
|
||||
public interface IInstanceRepository : IInjectableModule
|
||||
{
|
||||
int HostId { get; set; }
|
||||
int ResisterObject<T>(object o, IEndPointContext context);
|
||||
void ClearObject(ComplexObjectIdentifier id, IEndPointContext context);
|
||||
T GetObject<T>(ComplexObjectIdentifier id, IEndPointContext context);
|
||||
|
||||
Reference in New Issue
Block a user