Removed todos and added User endpoint combined with register. Id changed to guid
This commit is contained in:
@@ -4,11 +4,9 @@ namespace Hutopy.Application.Common.Interfaces;
|
||||
|
||||
public interface IApplicationDbContext
|
||||
{
|
||||
DbSet<TodoList> TodoLists { get; }
|
||||
|
||||
DbSet<TodoItem> TodoItems { get; }
|
||||
|
||||
DbSet<FutureCreator> FutureCreators { get; }
|
||||
|
||||
DbSet<User> DomainUsers { get; }
|
||||
|
||||
Task<int> SaveChangesAsync(CancellationToken cancellationToken);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user