[store] categorize store services

This commit is contained in:
Andriy
2023-07-28 20:04:05 +03:00
parent d2e564cec6
commit 462f3c9836
17 changed files with 52 additions and 52 deletions
@@ -0,0 +1,7 @@
namespace West.TelegramBot.ContentStore.Service.SomeRandomApi;
public class RedPandaService : SomeRandomApiAbstractService
{
public RedPandaService() : base("red_panda", "Красная панда", 40, 150)
{ }
}