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