移动系统liao
2025-01-26 950f32a006736bd9407bb5f73b744892b8bade2a
1
2
3
4
5
6
7
8
9
namespace CYZuoYeBenPeiSong.Application;
 
public class SystemService : ISystemService, ITransient
{
    public string GetDescription()
    {
        return "让 .NET 开发更简单,更通用,更流行。";
    }
}