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

            return(topicDAL.DeletetblConfig(KeyName));
        }