C# Class BolfTracker.Web.Controllers.ShotController

Inheritance: Controller
Afficher le fichier Open project: mkchandler/bolf-tracker-mvc

Méthodes publiques

Méthode Description
ShotController ( IShotService scoreService ) : System

Private Methods

Méthode Description
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult
DeleteToShot ( int gameId, int shotId ) : System.Web.Mvc.ActionResult

Method Details

ShotController() public méthode

public ShotController ( IShotService scoreService ) : System
scoreService IShotService
Résultat System