Skip to content

Instantly share code, notes, and snippets.

View tomstaijen's full-sized avatar

Tom Staijen tomstaijen

View GitHub Profile
public static void Blerp() {
}
public class MySaga :StatefulSaga<Henkie>
{
public MySaga(SerializationInfo info, StreamingContext context) : base(info, context)
{
}
public MySaga(Guid correlationId) : base(correlationId)
{
}