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