Files
telegram-bot/modules/ContentStore/Service/SomeRandomApi/RedPandaService.cs
T
2023-07-28 20:04:05 +03:00

8 lines
226 B
C#

namespace West.TelegramBot.ContentStore.Service.SomeRandomApi;
public class RedPandaService : SomeRandomApiAbstractService
{
public RedPandaService() : base("red_panda", "Красная панда", 40, 150)
{ }
}