Ejemplo n.º 1
0
 public FeatsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 2
0
 public MonstersRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 3
0
 public SectionsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public BehaviourConfigurationRepository(OpenDNDContext openDndContext)
 {
     _openDndContext = openDndContext;
 }
Ejemplo n.º 5
0
 public WeaponsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 6
0
 public ConditionRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 7
0
 public ItemsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 8
0
 public RoleRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 9
0
 public ClassRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 10
0
 public UserRepository(OpenDNDContext capstoneContext) : base(capstoneContext)
 {
 }
Ejemplo n.º 11
0
 public CharacterRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 12
0
 public BackgroundRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 13
0
 public RepositoryBase(OpenDNDContext openDndContext)
 {
     OpenDndContext = openDndContext;
 }
Ejemplo n.º 14
0
 public SpellsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Ejemplo n.º 15
0
 public PlanesRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }