C# Class BolfTracker.Web.Controllers.ShotController

Inheritance: Controller
Show file Open project: mkchandler/bolf-tracker-mvc

Public Methods

Method Description
ShotController ( IShotService scoreService ) : System

Private Methods

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

Method Details

ShotController() public method

public ShotController ( IShotService scoreService ) : System
scoreService IShotService
return System