Exemplo n.º 1
0
        public void RunLinqTestOtherOverloads()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.Linqexcersize();
        }
Exemplo n.º 2
0
        public void RunLinqTest2()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.RunLinqRound1();
        }
Exemplo n.º 3
0
        public void RunLinqTestJoin()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.JoinExcersize();
        }
Exemplo n.º 4
0
        public void RunLinqTest()
        {
            BasicPlayWithLinq bpwl = new BasicPlayWithLinq();

            bpwl.RunLinqDefferedExecution();
        }