Прокинул FedbackService в DI.

parent 23bbaff5
......@@ -23,6 +23,7 @@ namespace PhoneStore.Helpers
services.AddTransient<IPaginationService<User>, PaginationService<User>>();
services.AddTransient<IAccountService, AccountService>();
services.AddTransient<IUsersSearcher, UsersSearcher>();
services.AddTransient<IFeedbackService, FeedbackService>();
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment