Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Created March 25, 2022 12:33
Show Gist options
  • Save rdelrosario/810120466fcde18a0de12a7a1f8507bd to your computer and use it in GitHub Desktop.
Save rdelrosario/810120466fcde18a0de12a7a1f8507bd to your computer and use it in GitHub Desktop.
public interface IStartupTask
{
Task<bool> CanRunAsync();
Task RunAsync();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment