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