diff options
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/OrganizationDTO.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/OrganizationDTO.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/OrganizationDTO.cs b/Software/Visual_Studio/Tango.BL/DTO/OrganizationDTO.cs index 66a4625dc..0378ac70a 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/OrganizationDTO.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/OrganizationDTO.cs @@ -9,13 +9,6 @@ namespace Tango.BL.DTO { public class OrganizationDTO : OrganizationDTOBase { - public AddressDTO Address { get; set; } - public ContactDTO Contact { get; set; } - - protected override string OnGetActionLogName() - { - return $"'{Name}' Organization"; - } } } |
