Пример #1
0
 public static int InputUniScore()
 {
     Console.WriteLine("Uni score: ");
     return(UserHelper.GetNumeric(NumericTypes.INT));
 }
Пример #2
0
        public static string InputData(string dataName)
        {
            Console.WriteLine($"{dataName}: ");

            return(UserHelper.GetString($"{dataName}: can not be empty"));
        }