コード例 #1
0
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <ExamFieldMappingDetailModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }
コード例 #2
0
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <OrderStatusModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }
コード例 #3
0
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <SocialHistoryAlcoholModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }
コード例 #4
0
 public static bool Delete(IServerAuthentication restClientAuthenticator, string ID)
 {
     return(ApiClientGenericObject <DoctorAvailabilitySlotModel> .Delete(restClientAuthenticator, ControllerName, ID));
 }