Exemplo n.º 1
0
 public CommentService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }
 public AdminUserService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }
 public TripService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }
Exemplo n.º 4
0
 public BlogArticleService(DriveWithStrangersDbContext db)
 {
     this.db = db;
 }