public ReservationRepository(ExAPVRContext exContext)
 {
     _context = exContext;
 }
 public ReservDetailRepository(ExAPVRContext exContext)
 {
     _context = exContext;
 }
Beispiel #3
0
 public FournitureRepository(ExAPVRContext exContext)
 {
     _context = exContext;
 }
 public CategoryEventRepository(ExAPVRContext exContext)
 {
     _context = exContext;
 }
 public ClientRepository(ExAPVRContext exContext)
 {
     _context = exContext;
 }