Skip to content

Instantly share code, notes, and snippets.

@grappster
grappster / yourappmodel.cs
Last active August 29, 2015 14:10
Your App Model
using System;
using System.Collections.Generic;
namespace Grappster.Core.ExternalDomain
{
/// NOTE: All string dates must have the fomrat "yyyy-MM-dd hh:mm"
/// <summary>
/// Generic message. Not loaded into Grappster but can be used to debug when testing your endpoint
/// </summary>