コード例 #1
0
ファイル: MuftiController.cs プロジェクト: israelsam/Qantler
 public async Task <IList <Comment> > GetComments(long id)
 {
     return(await _certificateService.GetCertificateBatchComments(id));
 }