Skip to content

Commit

Permalink
Merge pull request #466 from kzi-nastava/feat/course-db-connection
Browse files Browse the repository at this point in the history
Completed course refactoring
  • Loading branch information
natasakasikovic authored Jun 15, 2024
2 parents cc8f2f2 + 2761223 commit 7803f1b
Show file tree
Hide file tree
Showing 50 changed files with 516 additions and 531 deletions.
1 change: 1 addition & 0 deletions LangLang/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using LangLang.Composition;
using LangLang.Domain.RepositoryInterfaces;
using LangLang.Repositories;
using LangLang.Repositories.SqlRepositories;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down
Loading

0 comments on commit 7803f1b

Please sign in to comment.