mirror of
https://github.com/bitwarden/server.git
synced 2026-02-11 03:13:16 +08: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