AspNet.StarterKits.Classifieds.Web.CachedFeaturedAd.CachedFeaturedAd C# (CSharp) 메소드

CachedFeaturedAd() 공개 메소드

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