qwj
2023-08-16 f9d7dda81bbf85f32f07c2f301b00ebc2b952983
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}