API Traieste

This commit is contained in:
andrei-mihnea-cerbu
2024-04-04 19:21:03 +03:00
parent 22f171b560
commit 1206db9321
104 changed files with 359 additions and 366 deletions
@@ -5,9 +5,9 @@ namespace Infrastructure.Services.PostgreSQL
{
public class BasePostgreSQLRepository<T> where T : class
{
protected readonly HealthcareManagerContext _context;
protected readonly HealthcareManagerDatabase _context;
public BasePostgreSQLRepository(HealthcareManagerContext context)
public BasePostgreSQLRepository(HealthcareManagerDatabase context)
{
_context = context;
}