示例#1
0
 public ActionResult CanDeleteSite(int id)
 {
     return(this.JsonNet(HRBusinessService.CanDeleteSite(UserOrganisationId, id)));
 }