Mark entity classes as obsolete; add table attributes

Marked Connection, Endpoint, EndpointAuth, EndpointParam, OutRes, Profile, and RecAction classes as obsolete with [Obsolete("Use Views instead.")]. Added or updated [Table] attributes to specify database tables and schemas for each class. This signals a transition to using Views instead of these entities.
This commit is contained in:
2026-01-14 13:41:52 +01:00
parent 0d30b5ff87
commit e3faa2f570
7 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
namespace ReC.Domain.Entities;
[Obsolete("Use Views instead.")]
[Table("TBREC_CFG_PROFILE", Schema = "dbo")]
public class Profile
{