Ejemplo n.º 1
0
 public SettingController(IUnitOfWork unitOfWork,
                          IElmahService elmahService,
                          IBlockService blockService)
 {
     this._unitOfWork   = unitOfWork;
     this._elmahService = elmahService;
     this._blockService = blockService;
 }
Ejemplo n.º 2
0
 public LogController(IElmahService elmahService, IMapper mapper)
 {
     _elmahService = elmahService;
     _mapper       = mapper;
 }