コード例 #1
0
ファイル: EntryService.cs プロジェクト: thicorrea1/bankroll
 public IList <Entry> EntriesFromPlayer(Player player, DateTime?since = null)
 {
     return(_repository.EntriesFromPlayer(player, since));
 }