Beispiel #1
0
 public IHttpActionResult AcceptComplaint(int id)
 {
     adminService.AcceptComplaint(id);
     return(Ok());
 }