Method | Description | |
---|---|---|
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 |
public Add ( BolfTracker.Models.Shot shot ) : void | ||
shot | BolfTracker.Models.Shot | |
return | void |
public DeleteToShot ( int gameId, int shotId ) : void | ||
gameId | int | |
shotId | int | |
return | void |
public GetByGame ( int gameId ) : IEnumerable |
||
gameId | int | |
return | IEnumerable |
public GetByGameAndPlayer ( int gameId, int playerId ) : IEnumerable |
||
gameId | int | |
playerId | int | |
return | IEnumerable |
public GetById ( int id ) : BolfTracker.Models.Shot | ||
id | int | |
return | BolfTracker.Models.Shot |
public GetByMonthAndYear ( int month, int year ) : IEnumerable |
||
month | int | |
year | int | |
return | IEnumerable |
public Update ( BolfTracker.Models.Shot shot ) : void | ||
shot | BolfTracker.Models.Shot | |
return | void |