main
1using System.ServiceModel;
2using gorilla.commons.utility;
3using MoMoney.DTO;
4
5namespace MoMoney.Service.Contracts.Application
6{
7    [ServiceContract]
8    public interface IRegisterNewCompanyCommand : ParameterizedCommand<RegisterNewCompany> {}
9}