Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created March 25, 2022 13:14
Show Gist options
  • Save rdelrosario/1d0c81e70962eced0c67a9272dd478b8 to your computer and use it in GitHub Desktop.
Save rdelrosario/1d0c81e70962eced0c67a9272dd478b8 to your computer and use it in GitHub Desktop.
public interface IStartupTaskSequencer
{
Task StartAsync();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment