コード例 #1
0
 public List <City> GetDataListByID(string attribute, string value)
 {
     return(cityGateway.GetDataListByID(attribute, value));
 }