Beispiel #1
0
 public BountyHunterService(
     InterpolDbContext db,
     IPdfGenerator pdfGenerator)
 {
     this.db           = db;
     this.pdfGenerator = pdfGenerator;
 }
Beispiel #2
0
 public WantedPeopleService(InterpolDbContext db)
 {
     this.db = db;
 }
 public LoggerService(InterpolDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public MissingPeopleService(InterpolDbContext db)
 {
     this.db = db;
 }
 public BountyAdminService(InterpolDbContext db)
 {
     this.db = db;
 }
Beispiel #6
0
 public AdminUserService(InterpolDbContext db)
 {
     this.db = db;
 }
Beispiel #7
0
 public ArticleService(InterpolDbContext db)
 {
     this.db = db;
 }