示例#1
0
 public CatalogEFBase()
 {
     _context = new RPGDBContext();
 }
示例#2
0
 public CharacterCatalog()
 {
     _context = new RPGDBContext();
 }