4
I own two properties:
public int? Inicio {get; set;}
public int? Final {get; set;}
Both accept null and are not required. I wanted to check if both are null using Data Annotation
. The operation would be more or less similar to the Compare from Data Annotation itself., but checking that the value of the two properties are null.