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