Exemple #1
0
 //create new dictionary
 public Country Create(Country sors)
 {
     return(_dictService.CreateCountry(sors));
 }