Beispiel #1
0
 public Task <List <Note> > GetNotesAsync()
 {
     return(_db.GetNotesAsync());
 }