mirror of
https://github.com/bitwarden/server.git
synced 2025-06-21 19:28:46 -05:00

* PM-22564 fixing namespaces * PM-22564 fixing namespace in integration test * PM-22564 fixing .sqlproj file
8 lines
170 B
C#
8 lines
170 B
C#
namespace Bit.Api.Dirt.Models;
|
|
|
|
public class PasswordHealthReportApplicationModel
|
|
{
|
|
public Guid OrganizationId { get; set; }
|
|
public string Url { get; set; }
|
|
}
|