Exemple #1
0
 public DayBookingRepository(CredentialsGenerator credentialsGenerator)
 {
     _credentialsGenerator = credentialsGenerator;
 }
Exemple #2
0
 public BookingRepository(CredentialsGenerator credentialsGenerator, AecUserManager userManager)
 {
     _credentialsGenerator = credentialsGenerator;
     _userManager          = userManager;
 }