Ejemplo n.º 1
0
 public ActionResult <Score> Start(SymbolMap symbolMap)
 {
     return(_scoreRepo.Calculate(symbolMap));
 }