public TransactionServices(TransactionRespository transactionRespository, MapperProfile mapperProfile, ScratchCardRepository scratchCardRepository, UserRespository userRespository) { this._transactionRespository = transactionRespository; this._mapperProfile = mapperProfile; this._scratchCardRepository = scratchCardRepository; this._userRespository = userRespository; this._stackFrame = new StackFrame(); }
public ScratchCardServices(ScratchCardRepository scratchCardRepository, MapperProfile mapperProfile) { this._scratchCardRespository = scratchCardRepository; this._mapperProfile = mapperProfile; this._stackFrame = new StackFrame(); }