コード例 #1
0
ファイル: PathService.cs プロジェクト: Ledium/PathFinder
 public PathEntity Get(int id)
 {
     return(_pathRepository.Get(id));
 }
コード例 #2
0
 public Path Get(long id)
 {
     return(Repo.Get(id));
 }