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