예제 #1
0
        public IHttpActionResult BocaStatusByAssessment(bool assessmenttype, int year, int month)
        {
            bool selfBranch = User.Identity.GetUserLoginInfo().RoleType == RoleType.BranchAdminRole;

            return(Ok(_dashboardService.BOCAByStatus(year, month, User.Identity.GetUserLoginInfo(), assessmenttype, selfBranch)));
        }