public TransactionController(ITransaction transaction) { this._transaction = transaction; this._stackFrame = new StackFrame(); ApplicationError.LogConfigurations(); }
public UserController(IUser user) { this._user = user; this._stackFrame = new StackFrame(); ApplicationError.LogConfigurations(); }
public ScratchCardController(IScratchCard scratchCard) { this._scratchCard = scratchCard; this._stackFrame = new StackFrame(); ApplicationError.LogConfigurations(); }