mirror of
https://github.com/bitwarden/server
synced 2026-01-01 16:13:33 +00:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace Bit.Core.Entities
|
||||
namespace Bit.Core.Entities;
|
||||
|
||||
public class CollectionUser
|
||||
{
|
||||
public class CollectionUser
|
||||
{
|
||||
public Guid CollectionId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
public bool HidePasswords { get; set; }
|
||||
}
|
||||
public Guid CollectionId { get; set; }
|
||||
public Guid OrganizationUserId { get; set; }
|
||||
public bool ReadOnly { get; set; }
|
||||
public bool HidePasswords { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user