mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 08:32:50 -05:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
namespace Bit.Api.Models.Request.Organizations
|
||||
namespace Bit.Api.Models.Request.Organizations;
|
||||
|
||||
public class ImportOrganizationCiphersRequestModel
|
||||
{
|
||||
public class ImportOrganizationCiphersRequestModel
|
||||
{
|
||||
public CollectionRequestModel[] Collections { get; set; }
|
||||
public CipherRequestModel[] Ciphers { get; set; }
|
||||
public KeyValuePair<int, int>[] CollectionRelationships { get; set; }
|
||||
}
|
||||
public CollectionRequestModel[] Collections { get; set; }
|
||||
public CipherRequestModel[] Ciphers { get; set; }
|
||||
public KeyValuePair<int, int>[] CollectionRelationships { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user