コード例 #1
0
ファイル: CommentService.cs プロジェクト: Rista5/Newsman
 public IEnumerable <CommentDTO> GetAllComments()
 {
     return(commentDataAccess.GetAllComments());
 }