Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgerlag committed Jun 8, 2018
1 parent 85cf5d8 commit 0aa22b0
Show file tree
Hide file tree
Showing 36 changed files with 264 additions and 237 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;
using WorkflowCore.Persistence.EntityFramework.Services;

namespace WorkflowCore.Persistence.EntityFramework.Interfaces
{
public interface IWorkflowDbContextFactory
{
WorkflowDbContext Build();
}
}
Loading

0 comments on commit 0aa22b0

Please sign in to comment.