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/abc055ca47e873888c573619e608cbb5 to your computer and use it in GitHub Desktop.
Save alikrc/abc055ca47e873888c573619e608cbb5 to your computer and use it in GitHub Desktop.
namespace MasstransitDemo.Shared;
public interface INotificationCreated
{
DateTime NotificationDate { get; }
string NotificationMessage { get; }
NotificationType NotificationType { get; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment