Exemple #1
0
 public FeatsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public MonstersRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Exemple #3
0
 public SectionsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public BehaviourConfigurationRepository(OpenDNDContext openDndContext)
 {
     _openDndContext = openDndContext;
 }
 public WeaponsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Exemple #6
0
 public ConditionRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Exemple #7
0
 public ItemsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public RoleRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public ClassRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Exemple #10
0
 public UserRepository(OpenDNDContext capstoneContext) : base(capstoneContext)
 {
 }
Exemple #11
0
 public CharacterRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public BackgroundRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
 public RepositoryBase(OpenDNDContext openDndContext)
 {
     OpenDndContext = openDndContext;
 }
 public SpellsRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }
Exemple #15
0
 public PlanesRepository(OpenDNDContext openDndContext) : base(openDndContext)
 {
 }