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