7 lines
104 B
C#
7 lines
104 B
C#
namespace Application.Services.Database
|
|
{
|
|
public interface IConversationRepository
|
|
{
|
|
}
|
|
}
|