MongoDB + PostgreSQL Injection
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Core.Entities;
|
||||
|
||||
namespace Application.Contracts.Database
|
||||
{
|
||||
public interface IConversationRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Application.Contracts.Interfaces
|
||||
namespace Application.Contracts.Database
|
||||
{
|
||||
public interface IDoctorRepository
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Application.Contracts.Interfaces
|
||||
namespace Application.Contracts.Database
|
||||
{
|
||||
public interface IMedicalHistoryRepository
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Application.Contracts.Interfaces
|
||||
namespace Application.Contracts.Database
|
||||
{
|
||||
public interface IPacientRepository
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user