user create command and user repo
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
namespace AipsCore.Infrastructure.Db;
|
||||
using AipsCore.Infrastructure.Entities;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
public class AipsDbContext
|
||||
namespace AipsCore.Infrastructure.Db;
|
||||
|
||||
public class AipsDbContext : DbContext
|
||||
{
|
||||
|
||||
public DbSet<User> Users { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user