Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package org.wirabumi.gen.oez.callout;
- import org.openbravo.erpCommon.ad_callouts.SimpleCallout.CalloutInfo;
- public class GenerateAutoSearchKey {
- GenerateProductSearchKey generateproductsearchkey;
- public void DoExecute(CalloutInfo info) {
- generateproductsearchkey.execute(info);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement