public static bool ValidateLicense(string actCode, string mCode, out int p) { RegHelper V_0 = GetHelperByActCode(actCode); return(V_0.ValidateLicense(actCode, mCode, out p)); }
public static bool ValidateLicense(string actCode, bool onRegister) { RegHelper V_0 = GetHelperByActCode(actCode); return(V_0.ValidateLicense(actCode, onRegister)); }