username@email.com
2023-08-16 51ebc5bc05ee4377f293cfb13f199b3df7a5c779
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}