C# 클래스 BolfTracker.Infrastructure.EntityFramework.ShotRepository

상속: IShotRepository
파일 보기 프로젝트 열기: mkchandler/bolf-tracker-mvc

공개 메소드들

메소드 설명
Add ( BolfTracker.Models.Shot shot ) : void
All ( ) : IEnumerable
Delete ( int id ) : void
DeleteToShot ( int gameId, int shotId ) : void
GetByGame ( int gameId ) : IEnumerable
GetByGameAndPlayer ( int gameId, int playerId ) : IEnumerable
GetById ( int id ) : BolfTracker.Models.Shot
GetByMonthAndYear ( int month, int year ) : IEnumerable
Update ( BolfTracker.Models.Shot shot ) : void

메소드 상세

Add() 공개 메소드

public Add ( BolfTracker.Models.Shot shot ) : void
shot BolfTracker.Models.Shot
리턴 void

All() 공개 메소드

public All ( ) : IEnumerable
리턴 IEnumerable

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

DeleteToShot() 공개 메소드

public DeleteToShot ( int gameId, int shotId ) : void
gameId int
shotId int
리턴 void

GetByGame() 공개 메소드

public GetByGame ( int gameId ) : IEnumerable
gameId int
리턴 IEnumerable

GetByGameAndPlayer() 공개 메소드

public GetByGameAndPlayer ( int gameId, int playerId ) : IEnumerable
gameId int
playerId int
리턴 IEnumerable

GetById() 공개 메소드

public GetById ( int id ) : BolfTracker.Models.Shot
id int
리턴 BolfTracker.Models.Shot

GetByMonthAndYear() 공개 메소드

public GetByMonthAndYear ( int month, int year ) : IEnumerable
month int
year int
리턴 IEnumerable

Update() 공개 메소드

public Update ( BolfTracker.Models.Shot shot ) : void
shot BolfTracker.Models.Shot
리턴 void