Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/phase06 #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Feature/phase06 #6

wants to merge 5 commits into from

Conversation

AmirRezaZahedi
Copy link
Collaborator

try out to solve problem in phase 06


public SearchController(IInitializeServices2 initializeServices2, ISearchService searchService)
{
initializeServices2.Drive();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

این چیه



[HttpGet("{input}")]
public IActionResult ResponseQuery([FromRoute]string input)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

اسم خوده تابع و و رودی هاشو بهتر کنید
چرا داره تعداد برمیگردونه
نباید مسیر یا اسم داک هارو برگردونه ؟

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solve

@@ -0,0 +1,6 @@
namespace FullTextSearch.Service.InitializeService;

public interface IInitializeServices2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

اسمش خوب نیست

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

solve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants