예제 #1
0
 public IActionResult GetByGoalId(int id)
 {
     return(Ok(_actionRepository.GetByGoalId(id)));
 }