BolfTracker.Web.Controllers.ShotController.ShotController C# (CSharp) Méthode

ShotController() public méthode

public ShotController ( IShotService scoreService ) : System
scoreService IShotService
Résultat System
        public ShotController(IShotService scoreService)
        {
            _shotService = scoreService;
        }