feat(ProfControlsTf.cs): Umbenennung der Domäne, des Repository und des dbset in ProfileControlsTF

This commit is contained in:
Developer 02
2024-10-23 11:44:11 +02:00
parent 4bcac51473
commit c76f9d1709
6 changed files with 15 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace WorkFlow.Domain.Entities
{
[Table("TBMWF_PROF_CONTROLS_TF", Schema = "dbo")]
public class ProfControlsTf : IUnique<int>
public class ProfileControlsTF : IUnique<int>
{
[Key]
[Column("GUID")]