Ejemplo n.º 1
0
 public bool HasInvalidOpeningTimes(IList <string> times)
 {
     return(Therapist.HasInvalidOpeningTimes(times));
 }