MongoDB + PostgreSQL Injection
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Application.Contracts.Database;
|
||||
using Core.Entities;
|
||||
using Infrastructure.Data;
|
||||
|
||||
namespace Infrastructure.Services.PostgreSQL
|
||||
{
|
||||
public class MedicalHistoryRepository : BasePostgreSQLRepository<MedicalHistory>, IMedicalHistoryRepository
|
||||
{
|
||||
public MedicalHistoryRepository(HealthcareManagerContext context) : base(context)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user