예제 #1
0
 public void AddCountry(AddCountryViewModel model)
 {
     ContactsRepository.AddCountry(model.Name);
 }