Exemple #1
0
 public IActionResult Delete(string id)
 {
     profileService.Delete(id);
     return(Ok());
 }