Newer
Older
MessagingNamingStructure / src / Sales.Contracts / PlaceOrder.cs
@Derek Comartin Derek Comartin on 29 Mar 2021 110 bytes Copy of Loosely Coupled Monolith (NServiceBus)
using System;
using NServiceBus;

public class PlaceOrder : ICommand
{
    public Guid OrderId { get; set; }
}