Example #1
0
 public static bool CheckChildren(int group_id)
 {
     return((DBGroup.CheckChildren(group_id) == 1)?true:false);
 }