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