コード例 #1
0
 public List <LocationMaster> ReadStateByCountryID(int id)
 {
     return(locationdal.ReadStateByCountryID(id));
 }