Skip to content

Instantly share code, notes, and snippets.

@alikrc
Created April 22, 2022 12:20
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 alikrc/e69fc784f44d6438990b053487a6e256 to your computer and use it in GitHub Desktop.
Save alikrc/e69fc784f44d6438990b053487a6e256 to your computer and use it in GitHub Desktop.
namespace MasstransitDemo.Shared;
public enum NotificationType
{
Email,
Push,
Sms
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment