public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <ExamFieldMappingDetailModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <OrderStatusModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <SocialHistoryAlcoholModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <DoctorAvailabilitySlotModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }