public static void SaveCollection(long id, int depth)
 {
     ModifyCollections.SaveCollections(id, depth);
 }
Exemple #2
0
 public void SaveCollection(object obj, int depth)
 {
     ModifyCollections.SaveCollections(obj, depth);
 }