Example #1
0
 public BackOffice()
 {
     this.Items            = new List <Item>();
     this.promotionService = new PromotionService();
 }