Abhänigkeiten hinzugefügt und Services Klassen fertiggeschrieben
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using Models;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -6,7 +7,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Services
|
||||
{
|
||||
internal interface IDiceService
|
||||
public interface IDiceService
|
||||
{
|
||||
DiceResult RollDice(string diceNotation);
|
||||
bool ValidateRoll(object roll);
|
||||
List<DiceResult> GetRollHistory(string sessionID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user