public VenueRepository(LetsWorkDbContext Context)
 {
     _context = Context;
 }
Beispiel #2
0
 public ProfileImageRepository(LetsWorkDbContext Context)
 {
     _context = Context;
 }
Beispiel #3
0
 public ReferralCodeTransactionRepository(LetsWorkDbContext Context)
 {
     _context = Context;
 }
Beispiel #4
0
 public BookingRepository(LetsWorkDbContext Context)
 {
     _context = Context;
 }
 public ReferralCodeRepository(LetsWorkDbContext Context)
 {
     _context = Context;
 }