mirror of
https://github.com/bitwarden/server.git
synced 2026-02-09 02:13:11 +08:00
8 lines
148 B
C#
8 lines
148 B
C#
|
|
namespace Bit.Core.Models.Mail
|
|||
|
|
{
|
|||
|
|
public class AddedCreditViewModel : BaseMailModel
|
|||
|
|
{
|
|||
|
|
public decimal Amount { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|