예제 #1
0
 public static string Delete(SqlConnection myConnection)
 {
     return(MyRule.Delete(myConnection, MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
예제 #2
0
 public static string Delete(SqlTransaction myTransaction)
 {
     return(MyRule.Delete(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
예제 #3
0
 public static string Delete()
 {
     return(MyRule.Delete(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }