Esempio n. 1
0
        public List <TestEntity.TestEntity> GetAllPandyaOracleDB(string cn)
        {
            TestDAL.TestDAL pandyaDal = new TestDAL.TestDAL();
            List <TestEntity.TestEntity> listPandya = pandyaDal.GetAllPandyaOracleDB(cn);

            return(listPandya);
        }
Esempio n. 2
0
        public List <TestEntity.TestEntity> GetAllPandya()
        {
            TestDAL.TestDAL pandyaDal = new TestDAL.TestDAL();
            List <TestEntity.TestEntity> listPandya = pandyaDal.GetAllPandya();

            return(listPandya);
        }