/// <summary>
 /// Deletes specified AppointmentInfo.
 /// </summary>
 /// <param name="infoObj">AppointmentInfo to be deleted</param>
 public static void DeleteAppointmentInfo(AppointmentInfo infoObj)
 {
     ProviderObject.DeleteAppointmentInfoInternal(infoObj);
 }