コード例 #1
0
 public List <Location> FindAll()
 {
     return(locationRepo.FindAll());
 }