6 lines
145 B
C#
6 lines
145 B
C#
namespace Application.Services.Database.MongoDB;
|
|
|
|
public interface IChatMongoDbService
|
|
{
|
|
// Additional methods specific to Chat database
|
|
} |