コード例 #1
0
ファイル: ControllerService.cs プロジェクト: olegall/pbl
 public async Task <IEnumerable <Controller> > GetAllAsync()
 {
     return((await _rep.GetAllAsync()).OrderBy(x => x.Id));
 }