public string GetNewRowId(int id) { var service = new psi_receiveGoodsService(); return(service.GetNewKey("RowId", "maxplus", id)); }
public string GetNewRowId(int id) { var service = new psi_receiveGoodsService(); return service.GetNewKey("RowId", "maxplus", id); }