mirror of
https://github.com/bitwarden/server
synced 2025-12-21 02:33:30 +00:00
organization search page
This commit is contained in:
11
src/Admin/Models/OrganizationsModel.cs
Normal file
11
src/Admin/Models/OrganizationsModel.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Bit.Core.Models.Table;
|
||||
|
||||
namespace Bit.Admin.Models
|
||||
{
|
||||
public class OrganizationsModel : PagedModel<Organization>
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string UserEmail { get; set; }
|
||||
public bool Paid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user