Exemplo n.º 1
0
        static void Main(string[] args)
        {
            IDataModel dataModel = new XmlLinqDataModel(".\\data.xml");

            //dataModel.ShowOutput();
            dataModel.ShowOneArmedHistoricalFigures();
            dataModel.ShowTheBiggestDinosaurs();
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            IDataModel dataModel = new XmlLinqDataModel(".\\data.xml");

            dataModel.ShowOutput();
        }
Exemplo n.º 3
0
        static void Main(string[] args)
        {
            IDataModel xmlData = new XmlLinqDataModel("data.xml");

            xmlData.ShowData();
        }