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();
 }