|
@@ -70,7 +70,7 @@ namespace SAGA.MBI.JsonConvert
|
|
/// <returns></returns>
|
|
/// <returns></returns>
|
|
public static bool DelEquipmentPart(string id)
|
|
public static bool DelEquipmentPart(string id)
|
|
{
|
|
{
|
|
- string json = EquipmentRequest.DelEquipment(id);
|
|
|
|
|
|
+ string json = EquipmentPartRequest.DelEquipmentPart(id);
|
|
return json.IsSuccessRequest();
|
|
return json.IsSuccessRequest();
|
|
}
|
|
}
|
|
|
|
|