AspNet.StarterKits.Classifieds.Web.CachedFeaturedAd.CachedFeaturedAd C# (CSharp) Method

CachedFeaturedAd() public method

public CachedFeaturedAd ( int adId, int previewImageId, string title ) : System
adId int
previewImageId int
title string
return System
		public CachedFeaturedAd(int adId, int previewImageId, string title)
		{
			this._adId = adId;
			this._previewImageId = previewImageId;
			this._title = title;
		}
	}
CachedFeaturedAd