Ejemplo n.º 1
0
 public TransactionController(ITransaction transaction)
 {
     this._transaction = transaction;
     this._stackFrame  = new StackFrame();
     ApplicationError.LogConfigurations();
 }
Ejemplo n.º 2
0
 public UserController(IUser user)
 {
     this._user       = user;
     this._stackFrame = new StackFrame();
     ApplicationError.LogConfigurations();
 }
Ejemplo n.º 3
0
 public ScratchCardController(IScratchCard scratchCard)
 {
     this._scratchCard = scratchCard;
     this._stackFrame  = new StackFrame();
     ApplicationError.LogConfigurations();
 }