mirror of
https://github.com/bitwarden/server
synced 2025-12-28 14:13:48 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace Bit.Core.Models.OrganizationConnectionConfigs
|
||||
namespace Bit.Core.Models.OrganizationConnectionConfigs;
|
||||
|
||||
public class BillingSyncConfig
|
||||
{
|
||||
public class BillingSyncConfig
|
||||
{
|
||||
public string BillingSyncKey { get; set; }
|
||||
public Guid CloudOrganizationId { get; set; }
|
||||
}
|
||||
public string BillingSyncKey { get; set; }
|
||||
public Guid CloudOrganizationId { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user