main
1using System;
2using gorilla.commons.utility;
3
4namespace MoMoney.Domain.Core
5{
6    public interface Entity : Identifiable<Guid> {}
7}