コード例 #1
0
 public FormService(IWFDatabaseFixture databaseFixture, IMapper mapper)
 {
     this.databaseFixture = databaseFixture;
     this.mapper          = mapper;
 }
コード例 #2
0
 public WorkflowCategoryService(IWFDatabaseFixture databaseFixture)
 {
     this.databaseFixture = databaseFixture;
 }