Exemplo n.º 1
0
 public void AddTherapists(List <TherapistUser> therapists) => therapists.ForEach(t => Therapists.Add(t));
Exemplo n.º 2
0
 public void AddTherapist(Therapist therapist) => Therapists.Add(new TherapistUser()
 {
     Therapist = therapist, TherapistId = therapist.TherapistId, User = this, UserId = this.UserId
 });