Beispiel #1
0
        public IActionResult GetReminderNote()
        {
            IEnumerable <Note> note = _notesBL.GetReminderNote(Convert.ToInt64(GetTokenType()));

            return(Ok(note));
        }