mirror of
https://github.com/bitwarden/server.git
synced 2026-01-11 19:57:01 +00:00
refactor(billing): Remove unused request model (#6463)
This commit is contained in:
parent
dbce45291c
commit
43779cf2e8
1 changed files with 0 additions and 13 deletions
|
|
@ -1,13 +0,0 @@
|
|||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Bit.Api.Models.Request.Organizations;
|
||||
|
||||
public class OrganizationVerifyBankRequestModel
|
||||
{
|
||||
[Required]
|
||||
[Range(1, 99)]
|
||||
public int? Amount1 { get; set; }
|
||||
[Required]
|
||||
[Range(1, 99)]
|
||||
public int? Amount2 { get; set; }
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue