コード例 #1
0
 public List <Poi> GetPoiList()
 {
     return(repoPoi.All().ToList());
 }