Ejemplo n.º 1
0
 public App(IItemRepository itemRepository, ISalesPromotionRepository salesPromotionRepository)
 {
     this.itemRepository           = itemRepository;
     this.salesPromotionRepository = salesPromotionRepository;
 }