Skip to content

Commit

Permalink
fix little problem in all project
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sharifov committed Feb 29, 2024
1 parent 7d1774b commit d37dec3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
internal sealed class BasketRepository : ICatalogBasketRepository
{

public BasketRepository( dbContext)
{
}
//public BasketRepository( dbContext)
//{
//}

public async Task<Basket> GetBasketById(CatalogBasketId basketId, CancellationToken cancellationToken = default)
{
//public async Task<Basket> GetBasketById(CatalogBasketId basketId, CancellationToken cancellationToken = default)
//{

}
//}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public static class AssemblyReference
{
public static Assembly Assembly => typeof(AssemblyReference).Assembly
public static Assembly Assembly => typeof(AssemblyReference).Assembly;
}

0 comments on commit d37dec3

Please sign in to comment.