Fix rel ApplicationTypes
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user