BolfTracker.Services.ShotService.RecalculateShots C# (CSharp) Метод

RecalculateShots() публичный Метод

public RecalculateShots ( int gameId ) : void
gameId int
Результат void
        public void RecalculateShots(int gameId)
        {
            throw new NotImplementedException();
        }