Feature: Join us api call

This commit is contained in:
Kamigen
2024-03-17 21:03:08 -04:00
parent fca3d26aa7
commit b7ec5a69a9
11 changed files with 46 additions and 53 deletions

View File

@@ -8,7 +8,7 @@ public interface IApplicationDbContext
DbSet<TodoItem> TodoItems { get; }
DbSet<FuturCreator> FuturCreators { get; }
DbSet<FutureCreator> FutureCreators { get; }
Task<int> SaveChangesAsync(CancellationToken cancellationToken);
}