Example #1
0
 public CostService(
     IMapper mapper,
     IUnitOfWorkBalance unitOfWork)
 {
     _mapper     = mapper;
     _unitOfWork = unitOfWork;
 }