Example #1
0
 public BaseRepository(CarRentalProjectDbContext dbContext)
 {
     this.dbContext = dbContext;
 }