mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 03:03:46 +00:00
empty ctors
This commit is contained in:
@@ -5,6 +5,8 @@ namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class OrganizationData : Data
|
||||
{
|
||||
public OrganizationData() { }
|
||||
|
||||
public OrganizationData(ProfileOrganizationResponse response)
|
||||
{
|
||||
Id = response.Id;
|
||||
|
||||
Reference in New Issue
Block a user