Interface IHaveId
Представляет интерфейс владения идентификатором в формате guid.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(HaveId))]
public interface IHaveId
Properties
Id
Идентификатор
string Id { get; set; }