mirror of
https://gitea.tendokyu.moe/Kayori/Medusa.net.git
synced 2026-09-22 22:38:00 +03:00
7 lines
79 B
C#
7 lines
79 B
C#
namespace Server.Services
|
|
{
|
|
public interface IUserService
|
|
{
|
|
}
|
|
}
|