public static object updateSpaceInfo(string icon, string type) { return(SpaceInfoServer.updateSpaceInfo(icon, type)); }
public static object getSpaceByType(string type) { return(SpaceInfoServer.getSpaceByType(type)); }