コード例 #1
0
 public IActionResult GetLiftDurationTypes()
 {
     return(Ok(_helperService.GetLiftDurationTypes()));
 }