Beispiel #1
0
 public PlatformDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public LanguageDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public GenreDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #4
0
 public SeriesDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public OwnershipStatusDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #6
0
 public TagDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #7
0
 public JournalDbService(HoardDbContext context) : base(context)
 {
 }
Beispiel #8
0
 public PublisherDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #9
0
 public GameDbService(HoardDbContext context) : base(context)
 {
 }
Beispiel #10
0
 public DeveloperDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #11
0
 public PlayStatusDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #12
0
 public PlaythroughDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #13
0
 public PlayDataDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #14
0
 public WishlistDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #15
0
 public MediaTypeDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #16
0
 public PriorityDbService(HoardDbContext context)
 {
     this.context = context;
 }
Beispiel #17
0
 public GameDbService(HoardDbContext context)
 {
     _context = context;
 }