示例#1
0
        public IEnumerable <NoteDto> GetAllNotes()
        {
            Console.WriteLine("обрабатываю HttpGet-запрос api/notes");

            return(_db.GetAllNotesSortedByDateOfLastChange());
        }