コード例 #1
0
ファイル: CommentBll.cs プロジェクト: omr111/Eticaret
 public Comment GetOne(Expression <Func <Comment, bool> > filter)
 {
     return(_commentDal.GetOne(filter));
 }