public CollectionRepository(AR2APContainer context)
 {
     _context = context;
 }
Exemple #2
0
 public ClientRepository(AR2APContainer context)
 {
     _context = context;
 }
Exemple #3
0
 public ARRepository(AR2APContainer context)
 {
     _context = context;
 }
Exemple #4
0
 public RepositoryTransaction()
 {
     _context = new AR2APContainer();
 }