コード例 #1
0
ファイル: FieldService.cs プロジェクト: includeVitor/api-rest
 public async Task <Field> Show(Guid id) => await _fieldRepository.GetAllInField(id);