Ejemplo n.º 1
0
 public InventoryService(TextQuestDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public SceneService(TextQuestDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public InteractionService(TextQuestDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public AuthenticationService(TextQuestDbContext context)
 {
     _context = context;
 }
Ejemplo n.º 5
0
 public LevelService(TextQuestDbContext context)
 {
     _context = context;
 }
 public Inventory_InventoryObjectService(TextQuestDbContext context)
 {
     _context = context;
 }