コード例 #1
0
 /// <summary>
 /// Deletes specified DoctorInfo.
 /// </summary>
 /// <param name="infoObj">DoctorInfo to be deleted</param>
 public static void DeleteDoctorInfo(DoctorInfo infoObj)
 {
     ProviderObject.DeleteDoctorInfoInternal(infoObj);
 }