コード例 #1
0
 public List <CountryDTO> GetAllCountries()
 {
     return(repo.RetrieveCountries());
 }