public static int InputUniScore() { Console.WriteLine("Uni score: "); return(UserHelper.GetNumeric(NumericTypes.INT)); }
public static string InputData(string dataName) { Console.WriteLine($"{dataName}: "); return(UserHelper.GetString($"{dataName}: can not be empty")); }