mirror of
https://github.com/bitwarden/server
synced 2025-12-17 08:43:27 +00:00
added credit email notification
This commit is contained in:
7
src/Core/Models/Mail/AddedCreditViewModel.cs
Normal file
7
src/Core/Models/Mail/AddedCreditViewModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Bit.Core.Models.Mail
|
||||
{
|
||||
public class AddedCreditViewModel : BaseMailModel
|
||||
{
|
||||
public decimal Amount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user