コード例 #1
0
 public Country GetCountryByName(string name)
 {
     return(_countryDAO.GetByName(name));
 }