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
		}