commentato #if false aree deprecate
This commit is contained in:
@@ -39,6 +39,7 @@ namespace WebWindowComplex.DTO
|
||||
/// </summary>
|
||||
public List<string> Glass { get; set; } = null!;
|
||||
|
||||
#if false
|
||||
/// <summary>
|
||||
/// Elenco profili ammessi
|
||||
/// </summary>
|
||||
@@ -49,7 +50,8 @@ namespace WebWindowComplex.DTO
|
||||
/// Elenco profili ammessi
|
||||
/// </summary>
|
||||
[Obsolete("Sostituire con info ProfileList")]
|
||||
public Dictionary<string,List<Threshold>>? Threshold { get; set; } = null;
|
||||
public Dictionary<string, List<Threshold>>? Threshold { get; set; } = null;
|
||||
#endif
|
||||
|
||||
/// <summary>
|
||||
/// Lista info profili nel nuovo formato compatto
|
||||
|
||||
Reference in New Issue
Block a user