Esempio n. 1
0
 public void Delete(ActionInterfaceProperty actionInterfaceProperty)
 {
     HibernateTemplate.Delete(actionInterfaceProperty);
 }
Esempio n. 2
0
 public ActionInterfaceProperty SaveOrUpdate(ActionInterfaceProperty actionInterfaceProperty)
 {
     HibernateTemplate.SaveOrUpdate(actionInterfaceProperty);
     return(actionInterfaceProperty);
 }