Example #1
0
 public void Update([FromBody] CountryDataModel data)
 {
     CountryDataManager.Update(data, SessionVariables.RequestProfile);
 }