Initial commit carried over from private repo. This is V2.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using MessengerApi.Db;
|
||||
|
||||
namespace MessengerApi.Contracts.Factories
|
||||
{
|
||||
public interface IDbContextFactory
|
||||
{
|
||||
MessengerDbContext CreateDbContext();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user