コード例 #1
0
 public async Task <IEnumerable <Transaction> > Get(string id)
 => await _parking.GetAllTransactionsByIdAsync(id);