7 lines
107 B
C#
7 lines
107 B
C#
namespace Application.Contracts.Database
|
|
{
|
|
public interface IMedicalHistoryRepository
|
|
{
|
|
}
|
|
}
|