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