예제 #1
0
 public bool UpdateAppointmentService(ProfileViewModel profileViewModel)
 {
     return(profileDAL.UpdateAppointmentData(profileViewModel));
 }