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