Esempio n. 1
0
 public async Task <IActionResult> GetByID(int id)
 {
     return(Ok(await _actionPlanService.GetById(id)));
 }