コード例 #1
0
 public async Task <Production> GetById(int id)
 {
     return(await _productionRepository.GetByID(id).ConfigureAwait(false));
 }