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