1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-06 00:11:22 +01:00

make ivalidatable

This commit is contained in:
Kyle Spearrin 2018-08-02 23:13:17 -04:00
parent b4318e7e85
commit cb902bf670

View File

@ -184,7 +184,7 @@ namespace Bit.Core.Models.Api
public string FolderId { get; set; }
}
public class CipherBulkShareRequestModel
public class CipherBulkShareRequestModel : IValidatableObject
{
[Required]
public IEnumerable<string> CollectionIds { get; set; }