1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

added credit email notification

This commit is contained in:
Kyle Spearrin
2019-02-22 21:13:34 -05:00
parent 25c8d6d043
commit c5b2a929d2
8 changed files with 60 additions and 2 deletions

View File

@ -0,0 +1,7 @@
namespace Bit.Core.Models.Mail
{
public class AddedCreditViewModel : BaseMailModel
{
public decimal Amount { get; set; }
}
}