Example #1
0
 public void Delete(ViewComponentPropertyReference viewComponentPropertyReference)
 {
     HibernateTemplate.Delete(viewComponentPropertyReference);
 }
Example #2
0
 public ViewComponentPropertyReference SaveOrUpdate(ViewComponentPropertyReference viewComponentPropertyReference)
 {
     HibernateTemplate.SaveOrUpdate(viewComponentPropertyReference);
     return(viewComponentPropertyReference);
 }