public DynamicEntityEntityAppServiceTests() { _dynamicEntityAppService = GetRequiredService <IDynamicEntityAppService>(); _dynamicEntityRepository = GetRequiredService <IDynamicEntityRepository>(); }
public DynamicEntityController(IDynamicEntityAppService service) { _service = service; }
public CreateModalModel(IDynamicEntityAppService service) { _service = service; }
public EditModalModel(IDynamicEntityAppService service) { _service = service; }