コード例 #1
0
ファイル: CommentDao.cs プロジェクト: sashalazar/BlogPost
 public CommentDao(DbModelMapper mapper)
 {
     _mapper = mapper ??
               throw new ArgumentNullException($"{nameof(mapper)}");
 }