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