public static bool Register(Therapists1 t) { Therapists therapist = Therapists1.Todal(t); return(Dal.TherapistsDal.Register(therapist)); }
public static bool UpdateTherapist(Therapists1 t) { return(Dal.TherapistsDal.UpdatePatient(Therapists1.Todal(t))); }