Ejemplo n.º 1
0
 public tbl_GalleryCategory GetGalleryCategory(int categoryID)
 {
     return(GalleryCategoryRepository.GetByID(categoryID));
 }