コード例 #1
0
 public virtual IActionResult TimerecordsIdGet([FromRoute] int id)
 {
     return(_service.TimerecordsIdGetAsync(id));
 }