Example #1
0
 public StoreRepository(IQueueSafeContext context)
 {
     _context = context;
 }
 public BookingRepository(IQueueSafeContext context)
 {
     _context = context;
 }