1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-08 05:02:21 -05:00
bitwarden/src/Admin/AdminConsole/Models/OrganizationSelectableViewModel.cs
Thomas Rittson 0abd52b5be
[AC-1895] AC Team code ownership moves: Bitwarden Portal (#3528)
---------

Co-authored-by: Addison Beck <hello@addisonbeck.com>
2024-02-21 09:18:09 +10:00

9 lines
187 B
C#

using Bit.Core.AdminConsole.Entities;
namespace Bit.Admin.AdminConsole.Models;
public class OrganizationSelectableViewModel : Organization
{
public bool Selected { get; set; }
}