Skip to content

Instantly share code, notes, and snippets.

@bayramcetin
Last active March 13, 2022 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bayramcetin/f984d5695ea45f2d38f717a80f68f417 to your computer and use it in GitHub Desktop.
Save bayramcetin/f984d5695ea45f2d38f717a80f68f417 to your computer and use it in GitHub Desktop.
Number sequence load module job
class ETGJobNumSeqLoadModule
{
/// <summary>
/// Runs the class with the specified arguments.
/// </summary>
/// <param name = "_args">The specified arguments.</param>
public static void main(Args _args)
{
NumberSeqModuleRetail retail = new NumberSeqModuleRetail();
retail.load();
Info("Yüklendi");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment