Example #1
0
 public async Task <IActionResult> GetAllById(int catid)
 {
     return(Ok(await _actionPlanService.GetAllById(catid)));
 }