username@email.com
2024-10-10 79196313d767bfb1101d6a9a354977a804432c56
1
2
3
4
5
6
namespace cylsg.Application;
 
public interface ISystemService
{
    string GetDescription();     
}