AJH.CMS.Core.Data.CatalogImageManager.Delete C# (CSharp) Méthode

Delete() public static méthode

public static Delete ( int id ) : void
id int
Résultat void
        public static void Delete(int id)
        {
            CatalogImageDataMapper.Delete(id);
        }