Example #1
0
 public EventsAdminService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #2
0
 public HallsService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #3
0
 public CalendarService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #4
0
 public IdentityService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #5
0
 public ProfileService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #6
0
 public ManageService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #7
0
 public ContractsService(HallRentalDbContext db)
 {
     this.db = db;
 }
Example #8
0
 public AccountService(HallRentalDbContext db)
 {
     this.db = db;
 }