public static void InsertBarCode(LabelInsertDataModel model) { string json = JsonHelper.ObjectToJson(new LabelInsertModel { main = model }); PdmWebServiceHelper.InsertBarCodeASync(json); }
public static string SelectBarCode(string barcode) { return(PdmWebServiceHelper.SelectBarCode(barcode)); }