Exemplo n.º 1
0
 public TransactionRepository()
 {
     this.context = new ApplicationDbContext();
 }
Exemplo n.º 2
0
 public GroupRepository()
 {
     this.context = new ApplicationDbContext();
 }