Exemplo n.º 1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="ListingController"/> class.
        /// </summary>
        /// <param name="listingAdapter">The listing adapter.</param>
        public ListingController(
			IListingAdapter listingAdapter,
			IListingStatsAdapter statsAdapter)
        {
            this.listingAdapter = listingAdapter;
            this.statsAdapter = statsAdapter;
        }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ListingController"/> class.
 /// </summary>
 /// <param name="listingAdapter">The listing adapter.</param>
 public ListingController(
     IListingAdapter listingAdapter,
     IListingStatsAdapter statsAdapter)
 {
     this.listingAdapter = listingAdapter;
     this.statsAdapter   = statsAdapter;
 }