public FormService(IWFDatabaseFixture databaseFixture, IMapper mapper)
 {
     this.databaseFixture = databaseFixture;
     this.mapper          = mapper;
 }
Ejemplo n.º 2
0
 public WorkflowCategoryService(IWFDatabaseFixture databaseFixture)
 {
     this.databaseFixture = databaseFixture;
 }