Esempio n. 1
0
 public async Task Update([FromBody] JObject _textChange)
 {
     int id = 2;
     await _textRepository.ChangeText(id, textChange);
 }