コード例 #1
0
 public void UpdatePsychologist()
 {
     psychologist.Name = "Pepe";
     psychologistLogic.Update(psychologist, psychologist.Id);
 }