Files
FACULTATE-HEALTHCARE_MANAGER/backend/Application/Services/Database/PostgreSQL/IConversation.cs
T
2024-04-08 02:31:05 +03:00

5 lines
89 B
C#

namespace Application.Services.Database;
public interface IConversationRepository
{
}