コード例 #1
0
ファイル: RecordsService.cs プロジェクト: GabrielS5/Revert
 public async Task <Record> GetById(Guid id)
 {
     return(await recordsRepository.GetById(id));
 }