Skip to content
Snippets Groups Projects
Commit b710e528 authored by snemeckayova's avatar snemeckayova
Browse files

Remove unnecessary usings

parent 5cfaac14
No related branches found
No related tags found
No related merge requests found
using BusinessLayer.DTOs.Review; using BusinessLayer.DTOs.ReviewComment;
using BusinessLayer.DTOs.ReviewComment;
using BusinessLayer.Utils.Filters; using BusinessLayer.Utils.Filters;
using BusinessLayer.Utils.Pagination; using BusinessLayer.Utils.Pagination;
using DAL.Data; using DAL.Data;
using DAL.Models; using DAL.Models;
using Mapster; using Mapster;
using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore;
using System.ComponentModel.Design;
namespace BusinessLayer.Services.ReviewCommentService namespace BusinessLayer.Services.ReviewCommentService
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment