убрал не нужный код

This commit is contained in:
2025-02-13 22:03:56 +03:00
parent 9328f1c4e6
commit c370142e7a
-5
View File
@@ -68,11 +68,6 @@ public class SharedObject<T> where T : notnull
_ownerId = ro.OwnerId;
_contextId = ro.Id;
}
else
{
_contextId = TransmissionConfig.RealContextRepository!.GetObjectIndex(value);
_ownerId = TransmissionConfig.OwnershipRepository!.GetOwnershipId();
}
}
public static implicit operator T(SharedObject<T> value) => value.Value;