AspNet.StarterKits.Classifieds.BusinessLogicLayer.PhotosDB.RemovePhotosOfDeletedAds C# (CSharp) 메소드

RemovePhotosOfDeletedAds() 공개 정적인 메소드

public static RemovePhotosOfDeletedAds ( ) : void
리턴 void
		public static void RemovePhotosOfDeletedAds()
		{
			SiteSettings s = SiteSettings.GetSharedSettings();

			// must remove photos from file system before removing from DB
		}