Example #1
0
 public SchemaTypesController(IObjectRepository tdb, Trifolia.Shared.Helper helper, SimpleSchema.SimpleSchemaFactory schemaFactory)
 {
     this.tdb = tdb; this.helper = helper; this.schemaFactory = schemaFactory;
 }