コード例 #1
0
ファイル: DepartmentController.cs プロジェクト: sunjayp888/HR
 public ActionResult CanDeleteDepartment(int id)
 {
     return(this.JsonNet(HRBusinessService.CanDeleteDepartment(UserOrganisationId, id)));
 }