main
1using MoMoney.Service.Infrastructure.Eventing;
2
3namespace momoney.presentation.model.eventing
4{
5    public class ClosingTheApplication : IEvent
6    {
7    }
8}