refactor(RecActionView): move to Views directory
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using ReC.Domain.Views;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace ReC.Domain.Entities;
|
||||
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user