예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DatamodelsController"/> class.
 /// </summary>
 /// <param name="repository">The repository implementation</param>
 /// <param name="schemaModelService">Interface for working with models.</param>
 public DatamodelsController(IRepository repository, ISchemaModelService schemaModelService)
 {
     _repository         = repository;
     _schemaModelService = schemaModelService;
 }