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 System.ComponentModel.DataAnnotations.Schema;
using ReC.Domain.Views;
using System.ComponentModel.DataAnnotations.Schema;
namespace ReC.Domain.Entities;

View File

@@ -1,7 +1,8 @@
using ReC.Domain.Constants;
using ReC.Domain.Entities;
using System.ComponentModel.DataAnnotations.Schema;
namespace ReC.Domain.Entities;
namespace ReC.Domain.Views;
/// <summary>
/// Represents the VWREC_ACTION view from the database.