using AyCode.Interfaces.Addresses;
namespace Mango.Interfaces.Addresses;
public interface IAddress : IAcAddress, IAddressDto
{
}