Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="WishListBL"/> class.
 /// </summary>
 /// <param name="wishListRepository">It contains the object ICartRL</param>
 public WishListBL(IWishListRL wishListRepository)
 {
     this.wishListRepository = wishListRepository;
 }
Ejemplo n.º 2
0
 public WishListBL(IWishListRL wishListRL)
 {
     this.wishListRL = wishListRL;
 }