コード例 #1
0
ファイル: TradeController.cs プロジェクト: LeahPW/E18I4DAB
 public async Task <Trade> Get(string id)
 {
     return(await _repository.Read(id));
 }