File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- using Microsoft . EntityFrameworkCore ;
2- using Microsoft . Extensions . DependencyInjection ;
3- using TelegramBot . Builders ;
1+ using TelegramBot . Builders ;
2+ using Microsoft . EntityFrameworkCore ;
43using TelegramBot . ConsoleTest . Database ;
4+ using Microsoft . Extensions . DependencyInjection ;
55
66namespace TelegramBot . ConsoleTest
77{
Original file line number Diff line number Diff line change 33using System . Threading ;
44using System . Reflection ;
55using Telegram . Bot . Types ;
6+ using TelegramBot . Extensions ;
7+ using TelegramBot . Attributes ;
68using System . Threading . Tasks ;
79using TelegramBot . Controllers ;
10+ using TelegramBot . Abstractions ;
811using System . Collections . Generic ;
912using Microsoft . Extensions . Logging ;
1013using Microsoft . Extensions . DependencyInjection ;
11- using TelegramBot . Attributes ;
12- using TelegramBot . Abstractions ;
13- using TelegramBot . Extensions ;
1414
1515namespace TelegramBot
1616{
You can’t perform that action at this time.
0 commit comments