public IActionResult GetReminderNote() { IEnumerable <Note> note = _notesBL.GetReminderNote(Convert.ToInt64(GetTokenType())); return(Ok(note)); }