Update gestione risorse
This commit is contained in:
@@ -108,5 +108,14 @@ namespace EgwCoreLib.Lux.Data.DbModel.Task
|
||||
/// Many-to-many with Tags
|
||||
/// </summary>
|
||||
public virtual ICollection<JobStepTagModel> TagNav { get; set; } = new List<JobStepTagModel>();
|
||||
|
||||
/// <summary>
|
||||
/// Numero Tags compresi
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public int NumTags
|
||||
{
|
||||
get => TagNav?.Count ?? 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user