Esempio n. 1
0
        public void Execute()
        {
            Console.WriteLine("Give the id of the homework to extend: ");
            var id = Console.ReadLine();

            _srv.ExtendHomework(id);
        }