Example #1
0
 public CreditCardRepository(AtmContext context)
 {
     this._context = context;
 }
Example #2
0
 public OperationRepository(AtmContext context)
 {
     this._context = context;
 }