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