Esempio n. 1
0
 public CommentService(IUnitOfWork uow, BllMapper mapper)
 {
     _uow    = uow;
     _mapper = mapper.GetMapper();
 }
Esempio n. 2
0
 public ArticleService(IUnitOfWork uow, BllMapper mapper)
 {
     _uow    = uow;
     _mapper = mapper.GetMapper();
 }