Exemple #1
0
 public IEnumerable <Appointment> GetAppointments()
 {
     return(_appointmentDataAccess.GetAppointments().Select(a => a.RemoveReferenceLoop()));
 }