public UserRespository(ScratchCardContext context)
 {
     this._context    = context;
     this._stackFrame = new StackFrame();
 }
Beispiel #2
0
 public TransactionRespository(ScratchCardContext scratchCardContext)
 {
     this._context    = scratchCardContext;
     this._stackFrame = new StackFrame();
 }