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

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

public GetShot ( int id ) : Shot
id int
Результат Shot
        public Shot GetShot(int id)
        {
            return _shotRepository.GetById(id);
        }