username@email.com
2024-08-22 48c1ff4a312b814c2849e4566236d240364a8aba
1
2
3
4
5
6
namespace cylsg.Application;
 
public interface ISystemService
{
    string GetDescription();     
}