Exemple #1
0
 public async Task <IActionResult> AddCharacter(AddCharacterDTO ch)
 {
     return(Ok(await _characterService.AddNewChracter(ch)));
 }