Abstract for some-random-api.com, more animals

This commit is contained in:
2023-05-17 23:36:20 +03:00
parent d63113f58c
commit 9a554ee295
9 changed files with 76 additions and 26 deletions
@@ -0,0 +1,7 @@
namespace West.TelegramBot.ContentStore.Service;
public class PandaService : SomeRandomApiAbstractService
{
public PandaService(): base("panda", "Панда", 40, 160)
{}
}