コード例 #1
0
 public static JObject CreateFactory(string sid, string ProjectKeyword, string factoryAttrJson)
 {
     return(EditFactory.CreateFactory(sid, ProjectKeyword, factoryAttrJson));
 }
コード例 #2
0
 public static JObject GetEditFactoryDefault(string sid, string ProjectKeyword)
 {
     return(EditFactory.GetEditFactoryDefault(sid, ProjectKeyword));
 }