Ejemplo n.º 1
0
 public OrderFormValidator(IModelStateViewModelBuilder modelStateViewModelBuilder, IAutoShopCartRepository autoShopCartRepository)
 {
     this.modelStateViewModelBuilder = modelStateViewModelBuilder;
     this.autoShopCartRepository     = autoShopCartRepository;
 }
 public AutoShopCartListViewModelBuilder(ICarRepository carRepository, IAutoShopCartRepository autoShopCartRepository)
 {
     this.carRepository          = carRepository;
     this.autoShopCartRepository = autoShopCartRepository;
 }