Example #1
0
        public bool Delete(string id)
        {
            bool del = NoteBL.Delete(id);

            return(del);
        }