Exemple #1
0
        public Teaching(string[] args)
        {
            ParseArguments(args);

            _ctx = new RailwayEssentialContext();
        }
Exemple #2
0
        public S88Listener(string[] args)
        {
            ParseArguments(args);

            _ctx = new RailwayEssentialContext();
        }