Loading src/models/PaloAltoFirewallVlan.cs +0 −4 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ public class PaloAltoFirewallVlan : ICreatedAt, IAuditableEntity public long? VlanId { get; set; } public long? AccessDomainId { get; set; } public DateTime? CreatedAt { get; set; } [JsonIgnore] Loading @@ -25,7 +23,5 @@ public class PaloAltoFirewallVlan : ICreatedAt, IAuditableEntity [JsonIgnore] public virtual Vlan? Vlan { get; set; } [JsonIgnore] public virtual PaloAltoAccessDomain? AccessDomain { get; set; } } Loading
src/models/PaloAltoFirewallVlan.cs +0 −4 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ public class PaloAltoFirewallVlan : ICreatedAt, IAuditableEntity public long? VlanId { get; set; } public long? AccessDomainId { get; set; } public DateTime? CreatedAt { get; set; } [JsonIgnore] Loading @@ -25,7 +23,5 @@ public class PaloAltoFirewallVlan : ICreatedAt, IAuditableEntity [JsonIgnore] public virtual Vlan? Vlan { get; set; } [JsonIgnore] public virtual PaloAltoAccessDomain? AccessDomain { get; set; } }