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