Beispiel #1
0
 //Get All Countries
 public List <Country> GetAllCountries()
 {
     return(_participantRepository.GetAllCountries());
 }