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