Esempio n. 1
0
 public PathEntity Get(int id)
 {
     return(_pathRepository.Get(id));
 }
 public Path Get(long id)
 {
     return(Repo.Get(id));
 }