Esempio n. 1
0
 public void Create([FromBody] CreateViewModel createViewModel)
 {
     dictionaryService.AddData(createViewModel.Key, createViewModel.Data, createViewModel.Valid);
 }