﻿namespace AsmodeeDigital.CrossPromo.Plugin.Domain
{
    public enum ProductStatus
    {
        ComingSoon,
        Published
    }
}
