Ejemplo n.º 1
0
 public tbl_GalleryCategory SaveGalleryCategory(string catTitle, int categoryID)
 {
     return(GalleryCategoryRepository.SaveGalleryCategory(catTitle, categoryID));
 }