示例#1
0
 public static bool Exist(SqlTransaction myTransaction)
 {
     return(MyRule.Exist(myTransaction, MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }
示例#2
0
 public static bool Exist()
 {
     return(MyRule.Exist(MyRule.m_Goup_ID, MyRule.m_Object_ID));
 }