aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs
index 0fc31a2e2..71540b3c8 100644
--- a/Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs
+++ b/Software/Visual_Studio/Tango.BL/DTO/UsersRoleDTO.cs
@@ -4,20 +4,11 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-using Tango.BL.Entities;
namespace Tango.BL.DTO
{
public class UsersRoleDTO : UsersRoleDTOBase
{
- [ObservableDTOProperty(MapsTo = nameof(UsersRole.Role) + "." + nameof(UsersRole.Role.Name))]
- public String RoleName { get; set; }
- public RoleDTO Role { get; set; }
-
- protected override string OnGetActionLogName()
- {
- return $"'{RoleName}' Role";
- }
}
}