BolfTracker.Web.Controllers.ShotController.ShotController C# (CSharp) Method

ShotController() public method

public ShotController ( IShotService scoreService ) : System
scoreService IShotService
return System
        public ShotController(IShotService scoreService)
        {
            _shotService = scoreService;
        }