Skip to content

Commit 1ff9f77

Browse files
committed
02.04.2022
1 parent 9357894 commit 1ff9f77

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Frontends/FreeCourseProjectWebUI/Services/Concrete/CatalogManager.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ namespace FreeCourseProjectWebUI.Services.Concrete
99
{
1010
public class CatalogManager : ICatalogService
1111
{
12-
//private readonly HttpClient _httpClient;
12+
private readonly HttpClient _httpClient;
1313

14-
//public CatalogManager(HttpClient httpClient)
15-
//{
16-
// _httpClient = httpClient;
17-
//}
14+
public CatalogManager(HttpClient httpClient)
15+
{
16+
_httpClient = httpClient;
17+
}
1818

1919
public Task<bool> CreateCourseAsync(CourseCreateInput courseCreateInput)
2020
{

0 commit comments

Comments
 (0)