Files
2026-03-04 06:48:21 +07:00

8 lines
128 B
C#

namespace YachtDice.UI.Presentation
{
public interface IScoreSummaryService
{
ScoreSummary Calculate();
}
}