AspNet.StarterKits.Classifieds.BusinessLogicLayer.PhotosDB.RemovePhotosOfDeletedAds C# (CSharp) Method

RemovePhotosOfDeletedAds() public static method

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

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