Fix rel ApplicationTypes

This commit is contained in:
Mikhail Trubnikov
2023-09-26 14:43:25 +10:00
parent c6f61c5fa4
commit feb2e79fc9
5 changed files with 1594 additions and 17 deletions

View File

@@ -13,6 +13,6 @@ namespace PARR.DAL.Models
public string? Description { get; set; }
public ICollection<ApplicationType> ApplicationTypes { get; set; } = new HashSet<ApplicationType>();
public ICollection<Application> Applications { get; set; } = new HashSet<Application>();
}
}