Exemple #1
0
 public DynamicPropertyController(Data.IEntityService <DynamicProperty> service)
 {
     _service = service;
 }
 public EntityService(Data.IEntityService <T> repository)
 {
     this.repository = repository;
 }