refactor(ResultView): move to Views directory

This commit is contained in:
2026-01-12 10:34:27 +01:00
parent 88c6e6d214
commit 284ced6059
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
using ReC.Domain.Views;
using ReC.Domain.Entities;
using System.ComponentModel.DataAnnotations.Schema;
namespace ReC.Domain.Entities;
namespace ReC.Domain.Views;
[Table("VWREC_RESULT", Schema = "dbo")]
public class ResultView