Пример #1
0
 public SpecialsService(AutoshopDbContext db)
 {
     this.db = db;
 }
Пример #2
0
 public BlogService(AutoshopDbContext db)
 {
     this.db = db;
 }
Пример #3
0
 public AppointmetsService(AutoshopDbContext db, IEmailSender emailSender, IConfiguration configuration)
 {
     this.db            = db;
     this.emailSender   = emailSender;
     this.configuration = configuration;
 }
Пример #4
0
 public ReviewsService(AutoshopDbContext db, IConfiguration configuration)
 {
     this.db            = db;
     this.configuration = configuration;
 }