public DynamicEntityEntityAppServiceTests()
 {
     _dynamicEntityAppService = GetRequiredService <IDynamicEntityAppService>();
     _dynamicEntityRepository = GetRequiredService <IDynamicEntityRepository>();
 }
예제 #2
0
 public DynamicEntityController(IDynamicEntityAppService service)
 {
     _service = service;
 }
예제 #3
0
 public CreateModalModel(IDynamicEntityAppService service)
 {
     _service = service;
 }
예제 #4
0
 public EditModalModel(IDynamicEntityAppService service)
 {
     _service = service;
 }