6 lines
153 B
C#
6 lines
153 B
C#
namespace Application.Domain;
|
|
|
|
public class GameMaxNameService(ISqlSugarClient DbClient, IRedisCache redis) : IGameMaxNameService, ITransient
|
|
{
|
|
|
|
} |