Files
telegram-bot/modules/ContentStore/Service/PandaService.cs
T

8 lines
182 B
C#
Raw Normal View History

namespace West.TelegramBot.ContentStore.Service;
public class PandaService : SomeRandomApiAbstractService
{
public PandaService(): base("panda", "Панда", 40, 160)
{}
}