DateTime instead of DateOnly, fixed warnings
This commit is contained in:
		| @@ -4,7 +4,7 @@ using Microsoft.EntityFrameworkCore; | ||||
|  | ||||
| namespace Infrastructure.Database | ||||
| { | ||||
|     public class DbContext(DbContextOptions<Infrastructure.Database.DbContext> opts) | ||||
|     public class DbContext(DbContextOptions<DbContext> opts) | ||||
|         : Microsoft.EntityFrameworkCore.DbContext(opts), IGenericWriter, IGenericReader, IUnitOfWork | ||||
|     { | ||||
|         protected override void OnModelCreating(ModelBuilder modelBuilder) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user