Exemplo n.º 1
0
 public CatalogEFBase()
 {
     _context = new RPGDBContext();
 }
Exemplo n.º 2
0
 public CharacterCatalog()
 {
     _context = new RPGDBContext();
 }