|
|
@ -29,7 +29,7 @@ namespace BO.Utils.BillRpc |
|
|
order.ID = RpcFacade.Call<long>(method, dJson, mJson); |
|
|
order.ID = RpcFacade.Call<long>(method, dJson, mJson); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public static void DetailDetail(SecondOrder_Detail detail) |
|
|
|
|
|
|
|
|
public static void DeleteDetail(SecondOrder_Detail detail) |
|
|
{ |
|
|
{ |
|
|
const string method = "/MainSystem/B3ClientService/Rpcs/BillRpc/SecondOrderRpc/DetailDetail"; |
|
|
const string method = "/MainSystem/B3ClientService/Rpcs/BillRpc/SecondOrderRpc/DetailDetail"; |
|
|
RpcFacade.Call<int>(method, detail.ID, detail.SecondOrder_ID, detail.Number); |
|
|
RpcFacade.Call<int>(method, detail.ID, detail.SecondOrder_ID, detail.Number); |
|
|
|