AJH.CMS.Core.Data.GalleryManager.GetParentObjGallerysByCategoryID C# (CSharp) Méthode

GetParentObjGallerysByCategoryID() public static méthode

public static GetParentObjGallerysByCategoryID ( int CategoryID, System.Enums GalleryType ) : List
CategoryID int
GalleryType System.Enums
Résultat List
        public static List<Gallery> GetParentObjGallerysByCategoryID(int CategoryID, Enums.CMSEnums.GalleryType GalleryType)
        {
            return GalleryDataMapper.GetParentObjGallerysByCategoryID(CategoryID, GalleryType);
        }