Exemplo n.º 1
0
        public IEnumerable <IEnumerable <string> > ReadInput()
        {
            var Output = InputInterface.ReadInput();

            InputInterface.InputExceptionHandler(Output);
            return(Output);
        }
Exemplo n.º 2
0
 public IEnumerable <IEnumerable <string> > ReadInput()
 {
     return(InputInterface.ReadInput());
 }