public Bookingdata(ToysComponyDBContext context)
 {
     c1 = context;
 }
 public CustomerRepository(ToysComponyDBContext cust)
 {
     customer = cust;
 }
Example #3
0
 public ToyRepository(ToysComponyDBContext t)
 {
     toys = t;
 }
Example #4
0
 public DeleteBooking(ToysComponyDBContext ctx)
 {
     context = ctx;
 }