示例#1
0
 public IActionResult DeleteProfession(int id)
 {
     return(Ok(adminServices.DeleteProefession(id)));
 }