public static JObject CreateFactory(string sid, string ProjectKeyword, string factoryAttrJson) { return(EditFactory.CreateFactory(sid, ProjectKeyword, factoryAttrJson)); }
public static JObject GetEditFactoryDefault(string sid, string ProjectKeyword) { return(EditFactory.GetEditFactoryDefault(sid, ProjectKeyword)); }