示例#1
0
 private string GetAppointmentLink()
 {
     //TODO: we should return a link to the specific appointment
     return(_userSession.GetAbsoluteUrl("patient"));
 }