Esempio n. 1
0
 public CommentDao(DbModelMapper mapper)
 {
     _mapper = mapper ??
               throw new ArgumentNullException($"{nameof(mapper)}");
 }