Example #1
0
 public static object updateSpaceInfo(string icon, string type)
 {
     return(SpaceInfoServer.updateSpaceInfo(icon, type));
 }
Example #2
0
 public static object getSpaceByType(string type)
 {
     return(SpaceInfoServer.getSpaceByType(type));
 }