7 lines
106 B
C#
7 lines
106 B
C#
namespace Application.Services.Database
|
|
{
|
|
public interface IMedicalHistoryRepository
|
|
{
|
|
}
|
|
}
|