示例#1
0
 public ActionResult CanDeleteTeam(int id)
 {
     try
     {
         return this.JsonNet(HRBusinessService.CanDeleteTeam(UserOrganisationId, id));
     }
     catch (Exception ex)
     {
         return this.JsonNet(ex);
     }
 }