Skip to content

Instantly share code, notes, and snippets.

@screamingworld
Last active November 12, 2020 12:04
Embed
What would you like to do?
using System;
namespace Notifier.WebApi.Models
{
public class NotificationModel
{
public string Message { get; set; }
public DateTime DateTime { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment