Example #1
0
 /// <summary>
 /// init and open connection
 /// </summary>
 public AccountRepository()
 {
     context = new FutbotEntities();
 }
Example #2
0
 /// <summary>
 /// init and open connection
 /// </summary>
 public CardRepository()
 {
     context = new FutbotEntities();
 }