コード例 #1
0
 public List <Entities.State> GetStateByCountry(Int32 countryId)
 {
     return(_state.GetStatesByCountry(countryId));
 }