public static void ImportTransaction(string argVName, string argVAddress, string argContact, string argEmail, string argCST, string argTNGST, string argTIN, string argPAN, int argSupply, int argContract, int argService) { VendorDL.ImportTransaction(argVName, argVAddress, argContact, argEmail, argCST, argTNGST, argTIN, argPAN, argSupply, argContract, argService); }