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