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