コード例 #1
0
 public virtual IActionResult TimerecordsPost([FromBody] TimeRecord item)
 {
     return(_service.TimerecordsPostAsync(item));
 }