5 lines
74 B
C#
5 lines
74 B
C#
namespace Persistence.Services;
|
|
internal interface IArchiveService
|
|
{
|
|
}
|