Esempio n. 1
0
 /// <summary>
 /// Insert new game round
 /// </summary>
 /// <param name="round">Round to insert</param>
 public void Execute(Entities.GameRound round)
 {
     _insertGameRound.Execute(round);
 }