CSharp-Single-EFCore/Bunny.Service/IService/Service/LoginService.cs

5 lines
91 B
C#
Raw Normal View History

2024-09-02 09:00:50 +08:00
namespace Bunny.Service.IService.Service;
2024-08-08 22:23:36 +08:00
public class LoginService : ILoginService
{
}