API Traieste
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Application.Contracts.Database;
|
||||
using Application.Services.Database;
|
||||
using Core.Entities;
|
||||
using Infrastructure.Data;
|
||||
|
||||
@@ -6,7 +6,7 @@ namespace Infrastructure.Services.PostgreSQL
|
||||
{
|
||||
public class PacientRepository : BasePostgreSQLRepository<Pacient>, IPacientRepository
|
||||
{
|
||||
public PacientRepository(HealthcareManagerContext context) : base(context)
|
||||
public PacientRepository(HealthcareManagerDatabase context) : base(context)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user