1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-21 19:28:46 -05:00
bitwarden/src/Api/Dirt/Models/PasswordHealthReportApplicationModel.cs
Graham Walker 4277f435ab
PM-22564 Fix Namespaces from Tools to Dirt (#5947)
* PM-22564 fixing namespaces

* PM-22564 fixing namespace in integration test

* PM-22564 fixing .sqlproj file
2025-06-10 12:36:49 -05:00

8 lines
170 B
C#

namespace Bit.Api.Dirt.Models;
public class PasswordHealthReportApplicationModel
{
public Guid OrganizationId { get; set; }
public string Url { get; set; }
}