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,4 +1,5 @@
using ReC.Domain.Entities;
using ReC.Domain.Views;
namespace ReC.Application.Common.Dto;

View File

@@ -1,5 +1,6 @@
using Microsoft.EntityFrameworkCore;
using ReC.Domain.Entities;
using ReC.Domain.Views;
namespace ReC.Application.Common.Interfaces;