mirror of
https://github.com/Bubuni-Team/telegram-bot.git
synced 2026-07-31 00:29:24 +03:00
[core] client factory for SomeRandomApi
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using West.TelegramBot.ContentStore.API;
|
||||
|
||||
namespace West.TelegramBot.ContentStore.Service.SomeRandomApi;
|
||||
|
||||
public class PandaService : SomeRandomApiAbstractService
|
||||
{
|
||||
public PandaService() : base("panda", "Панда", 40, 160)
|
||||
public PandaService(ISomeRandomApi api) : base(api, "panda", "Панда", 40, 160)
|
||||
{ }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user