Exemplo n.º 1
0
        public int DeletetblConfig(string KeyName)
        {
            tblConfigDAL topicDAL = new tblConfigDAL();

            return(topicDAL.DeletetblConfig(KeyName));
        }
Exemplo n.º 2
0
        public List <tblConfigEntities> GettblConfigPageWise(int pageIndex, ref int recordCount, int length)
        {
            tblConfigDAL topicDAL = new tblConfigDAL();

            return(topicDAL.GettblConfigPageWise(pageIndex, ref recordCount, length));
        }
Exemplo n.º 3
0
        public tblConfigEntities GettblConfigByKeyName(int ID /*string KeyName*/)
        {
            tblConfigDAL topicDAL = new tblConfigDAL();

            return(topicDAL.GettblConfigByKeyName(ID));
        }
Exemplo n.º 4
0
        public tblConfigEntities GettblConfigByKeyName(string KeyName)
        {
            tblConfigDAL topicDAL = new tblConfigDAL();

            return(topicDAL.GettblConfigByKeyName(KeyName));
        }
Exemplo n.º 5
0
        public int SavetblConfig(tblConfigEntities configEntities)
        {
            tblConfigDAL topicDAL = new tblConfigDAL();

            return(topicDAL.SaveConfig(configEntities));
        }