Esempio n. 1
0
 public ActionResult GetStatus(int userID, bool status)
 {
     _doctorService.ChangeStatus(userID, status);
     return(Ok());
 }