Created
April 22, 2022 12:20
-
-
Save alikrc/abc055ca47e873888c573619e608cbb5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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