Skip to content

Instantly share code, notes, and snippets.

@screamingworld
Last active November 12, 2020 12:04
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save screamingworld/e1ed1c7944d5527857dbd87768c1d3f8 to your computer and use it in GitHub Desktop.
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