Keeps the schema information for an application
示例#1
0
 public void EditAppSchema(string appName, AppSchema appSchema)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public void AddAppSchema(AppSchema appSchema)
 {
     throw new NotImplementedException();
 }