Example #1
0
 public IActionResult DeleteProxy(uint id)
 {
     _services.DeleteProxy(id);
     return(Ok());
 }