Exemplo n.º 1
0
 public string DeleteVisitNote(int id)
 {
     Visits.DeleteVisitNote(id);
     DailyHub.Refresh();
     return("Success");
 }