Skip to content

Commit 0aa22b0

Browse files
committed
refactor
1 parent 85cf5d8 commit 0aa22b0

File tree

36 files changed

+264
-237
lines changed

36 files changed

+264
-237
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using System;
2+
using System.Collections.Generic;
3+
using System.Text;
4+
using WorkflowCore.Persistence.EntityFramework.Services;
5+
6+
namespace WorkflowCore.Persistence.EntityFramework.Interfaces
7+
{
8+
public interface IWorkflowDbContextFactory
9+
{
10+
WorkflowDbContext Build();
11+
}
12+
}

0 commit comments

Comments
 (0)