예제 #1
0
        private void LambdaIntWhereExe()
        {
            var q = new L01_IntWhere();

            q.LambdaIntWhere();
        }
예제 #2
0
        private void QueryIntWhereExe()
        {
            var q = new L01_IntWhere();

            q.QueryIntWhere();
        }