Exemple #1
0
 public CashOperationsFeeController(ICashOperationsFeeService cashOperationsFeeService, IMapper mapper)
 {
     _cashOperationsFeeService = cashOperationsFeeService;
     _mapper = mapper;
 }
 public CashOperationsFeesService(ICashOperationsFeeService cashOperationsFeeService)
 {
     _cashOperationsFeeService = cashOperationsFeeService;
 }