예제 #1
0
 public Country GetCountry(Country item)
 {
     return((Country)countryDAL.GetItem <Country>(item));
 }