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