Remove lazy loading
This commit is contained in:
parent
6c75c260f4
commit
5f00f2100a
32 changed files with 91 additions and 97 deletions
|
|
@ -12,6 +12,6 @@ namespace LANCommander.Server.Data.Models
|
|||
[JsonIgnore]
|
||||
[ForeignKey(nameof(ServerId))]
|
||||
[InverseProperty("HttpPaths")]
|
||||
public virtual Server Server { get; set; }
|
||||
public Server Server { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue