-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: master
Are you sure you want to change the base?
Conversation
|
||
public SearchController(IInitializeServices2 initializeServices2, ISearchService searchService) | ||
{ | ||
initializeServices2.Drive(); |
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
اسم خوده تابع و و رودی هاشو بهتر کنید
چرا داره تعداد برمیگردونه
نباید مسیر یا اسم داک هارو برگردونه ؟
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
اسمش خوب نیست
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solve
try out to solve problem in phase 06