示例#1
0
 public CommentService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }
 public AdminUserService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }
 public TripService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }
示例#4
0
 public BlogArticleService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }