public static string checkParam(string param) { CommandCustomHelper fwCommandHelper = new CommandCustomHelper(); return(fwCommandHelper.checkParam(param)); }
public static string checkParam(DatabaseTypeCustom DatabaseTypeCustom, string param) { CommandCustomHelper fwCommandHelper = new CommandCustomHelper(DatabaseTypeCustom); return(fwCommandHelper.checkParam(param)); }