Some interfaces cleanup

This commit is contained in:
2025-05-08 00:04:53 +03:00
parent dbde8c3d30
commit 5a0357c42e
16 changed files with 9 additions and 91 deletions
-1
View File
@@ -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);