1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

remove old org property

This commit is contained in:
Kyle Spearrin
2017-04-07 15:07:16 -04:00
parent ca3bbe2b76
commit 7e093a73be
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ namespace Bit.Core.Models.Table
public class Organization : IDataObject<Guid>
{
public Guid Id { get; set; }
public Guid UserId { get; set; }
public string Name { get; set; }
public string BusinessName { get; set; }
public string BillingEmail { get; set; }