Example #1
0
 public CarServices(CarPoolingEfContext context)
 {
     this.Db = context;
 }
Example #2
0
 public UserService(CarPoolingEfContext context)
 {
     this.Db = context;
 }
 public BookingService(CarPoolingEfContext context)
 {
     this.Db = context;
 }