Упрощен интерфейс репозитория контекста

This commit is contained in:
2025-03-10 23:53:36 +03:00
parent d6423136d2
commit 22016f1c81
7 changed files with 29 additions and 32 deletions
+1 -6
View File
@@ -21,12 +21,7 @@ namespace mROA.Implementation
throw new NotImplementedException();
}
public T GetObjectByShell<T>(SharedObjectShellShell<T> sharedObjectShellShell)
{
throw new NotImplementedException();
}
public T? GetObject<T>(ComplexObjectIdentifier id)
public T GetObject<T>(ComplexObjectIdentifier id)
{
throw new NotImplementedException();
}