Skip to content

Commit 564d3fd

Browse files
committed
Merge branch 'main' of https://github.com/Svetloslav15/NorthwindAPI into add-remote-paging-capabilities
2 parents dee63a0 + f657d8d commit 564d3fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

NorthwindCRUD/Services/PagingService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
using System.Linq.Expressions;
33
using System.Reflection;
44
using AutoMapper;
5-
using Microsoft.AspNetCore.Mvc.RazorPages;
65
using NorthwindCRUD.Models.Dtos;
7-
using static Microsoft.EntityFrameworkCore.DbLoggerCategory;
86

97
namespace NorthwindCRUD.Services
108
{

0 commit comments

Comments
 (0)