コード例 #1
0
 public async Task <IActionResult> GetAllActionPlan(int kpilevelID, int userID)
 {
     //var userprofile = Session["UserProfile"] as UserProfileVM;
     return(Ok(await _actionPlanService.GetAllActionPlan(kpilevelID, userID)));
 }