API Traieste
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Application.Services.Database
|
||||
{
|
||||
public interface IConversationRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Application.Services.Database
|
||||
{
|
||||
public interface IDoctorRepository
|
||||
{
|
||||
Task<bool> IsDoctorExisting(string email);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Application.Services.Database
|
||||
{
|
||||
public interface IMedicalHistoryRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Application.Services.Database
|
||||
{
|
||||
public interface IPacientRepository
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user