public CustomInputValidation(EndpointConsole endpointConsole) { this.endpointConsole = endpointConsole; }
public void Initial(EndpointConsole endpointConsole) { this.customInputValidation = new CustomInputValidation(endpointConsole); this.MenuInitial(); }