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