Added dbcontext factory
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace PostFundManagement.Infrastructure;
|
||||
|
||||
public interface IInfrastructure;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
namespace PostFundManagement.Infrastructure;
|
||||
|
||||
public interface IInfrastructure;
|
||||