fix Hosts

This commit is contained in:
Mikhail Trubnikov
2023-09-20 09:52:51 +10:00
parent 87f81d5ed6
commit e10b591c1b
4 changed files with 1497 additions and 15 deletions

View File

@@ -30,6 +30,6 @@ namespace PARR.DAL.Models
public ICollection<ApplicationInHost> ApplicationsInHosts { get; set; } = new HashSet<ApplicationInHost>();
public ICollection<Host> Hosts { get; set; } = new HashSet<Host>();
public ICollection<Template> Templates { get; set; } = new HashSet<Template>();
}
}