refactor(RecActionView): move to Views directory

This commit is contained in:
2026-01-12 10:33:59 +01:00
parent 6263848a0a
commit 88c6e6d214
7 changed files with 9 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
using MediatR;
using DigitalData.Core.Abstraction.Application.Repository;
using ReC.Domain.Entities;
using AutoMapper;
using Microsoft.EntityFrameworkCore;
using DigitalData.Core.Exceptions;
using ReC.Application.Common.Dto;
using ReC.Domain.Views;
namespace ReC.Application.RecActionViews.Queries;