コード例 #1
0
 public List <City> GetAllCitys()
 {
     return(cityGateway.GetAllCitys());
 }