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

8 lines
179 B
C#
Raw Normal View History

namespace West.TelegramBot.ContentStore.Service;
public class BirdService : SomeRandomApiAbstractService
{
public BirdService(): base("bird", "Птица", 40, 165)
{}
}