コード例 #1
0
ファイル: PromoService.cs プロジェクト: tetsuo13/Belletrix
 public async Task <IEnumerable <PromoSourceViewModel> > AsSources()
 {
     return(await PromoRepository.AsSources());
 }