Exemplo n.º 1
0
        public IActionResult GetTrashNote()
        {
            IEnumerable <Note> note = _notesBL.GetTrashNote(Convert.ToInt64(GetTokenType()));

            return(Ok(note));
        }