public ReservationRepository(ExAPVRContext exContext) { _context = exContext; }
public ReservDetailRepository(ExAPVRContext exContext) { _context = exContext; }
public FournitureRepository(ExAPVRContext exContext) { _context = exContext; }
public CategoryEventRepository(ExAPVRContext exContext) { _context = exContext; }
public ClientRepository(ExAPVRContext exContext) { _context = exContext; }