Exemplo n.º 1
0
 public void Delete(ViewInterfaceProperty viewInterfaceProperty)
 {
     HibernateTemplate.Delete(viewInterfaceProperty);
 }
Exemplo n.º 2
0
 public ViewInterfaceProperty SaveOrUpdate(ViewInterfaceProperty viewInterfaceProperty)
 {
     HibernateTemplate.SaveOrUpdate(viewInterfaceProperty);
     return(viewInterfaceProperty);
 }