mirror of
https://github.com/bitwarden/mobile
synced 2026-01-07 11:03:54 +00:00
empty ctors
This commit is contained in:
@@ -4,6 +4,8 @@ namespace Bit.Core.Models.Data
|
||||
{
|
||||
public class CollectionData : Data
|
||||
{
|
||||
public CollectionData() { }
|
||||
|
||||
public CollectionData(CollectionDetailsResponse response)
|
||||
{
|
||||
Id = response.Id;
|
||||
|
||||
Reference in New Issue
Block a user