Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CardRepository"/> class.
 /// </summary>
 public CardRepository()
 {
     context = new Banking368Context();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserRepository"/> class.
 /// </summary>
 public UserRepository()
 {
     context = new Banking368Context();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TransactionRepository"/> class.
 /// </summary>
 public TransactionRepository()
 {
     context = new Banking368Context();
 }