mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 15:23:35 +00:00
setup domain and view
This commit is contained in:
13
src/Core/Models/Domain/Cipher.cs
Normal file
13
src/Core/Models/Domain/Cipher.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Bit.Core.Models.Domain
|
||||
{
|
||||
public class Cipher : Domain
|
||||
{
|
||||
public string Id { get; set; }
|
||||
public string OrganizationId { get; set; }
|
||||
public CipherString Name { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user