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