Beispiel #1
0
 public static JObject CreateSystem(string sid, string ProjectKeyword, string systemAttrJson)
 {
     return(EditSystem.CreateSystem(sid, ProjectKeyword, systemAttrJson));
 }
Beispiel #2
0
 public static JObject GetEditSystemDefault(string sid, string ProjectKeyword)
 {
     return(EditSystem.GetEditSystemDefault(sid, ProjectKeyword));
 }