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