Ejemplo n.º 1
0
 public bool saveProfileService(ProfileViewModel profileViewModel)
 {
     return(profileDAL.saveProfileData(profileViewModel) && UpdateAppointmentService(profileViewModel));
 }