Skip to content

Instantly share code, notes, and snippets.

@alikrc
Created April 22, 2022 12:16
Show Gist options
  • Save alikrc/0de76d37210c9aed8623b7b3f1860637 to your computer and use it in GitHub Desktop.
Save alikrc/0de76d37210c9aed8623b7b3f1860637 to your computer and use it in GitHub Desktop.
using MasstransitDemo.Shared;
namespace MasstransitDemo.Api.Models
{
public class NotificationDto
{
public DateTime NotificationDate { get; set; }
public string NotificationMessage { get; set; }
public NotificationType NotificationType { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment