Added MidrandBooks project
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace LiteCharms.Features.MidrandBooks.Postgres;
|
||||
|
||||
public class MidrandShopDbContext(DbContextOptions<MidrandShopDbContext> options) : DbContext(options)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user