Files
Wino-Mail/Wino.Core.Domain/Interfaces/IStoreRatingDialog.cs

9 lines
165 B
C#
Raw Permalink Normal View History

namespace Wino.Domain.Interfaces
2024-04-18 01:44:37 +02:00
{
public interface IStoreRatingDialog
{
bool DontAskAgain { get; }
bool RateWinoClicked { get; }
}
}