Ejemplo n.º 1
0
 public static string Delete(SqlConnection myConnection)
 {
     return(MyRule.Delete(myConnection, MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
Ejemplo n.º 2
0
 public static string Delete(SqlTransaction myTransaction)
 {
     return(MyRule.Delete(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
Ejemplo n.º 3
0
 public static string Delete()
 {
     return(MyRule.Delete(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }