public ValidationSetup(ValidationViewModel vm, string propertyName) { ViewModel = vm; PropertyName = propertyName; }
public ValidationSetup( ValidationViewModel vm, string propertyName ) { ViewModel = vm; PropertyName = propertyName; }