コード例 #1
0
 public async Task <IActionResult> GetProductAsync(int id)
 {
     return(await _classServices.GetClassById(id));
 }