8 lines
128 B
C#
8 lines
128 B
C#
namespace YachtDice.UI.Presentation
|
|
{
|
|
public interface IScoreSummaryService
|
|
{
|
|
ScoreSummary Calculate();
|
|
}
|
|
}
|