Ejemplo n.º 1
0
 public List <Notes> GetNotes(string Uid)
 {
     return(_NotesRepository.BrowseNotes(Uid));
 }