2025-07-04 10:47:18 +08:00

14 lines
140 B
C#

namespace MyCode.Project.OutSideService.Implementation
{
public class BfyService : IBfyService
{
}
}