mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
more wip on whatsapp
This commit is contained in:
parent
952db09e28
commit
0c7b6a8ed0
14 changed files with 289 additions and 100 deletions
|
@ -7,8 +7,14 @@ namespace Ombi.Core.Models.UI
|
|||
/// <summary>
|
||||
/// The view model for the notification settings page
|
||||
/// </summary>
|
||||
/// <seealso cref="WhatsAppNotificationsViewModel" />
|
||||
public class WhatsAppNotificationsViewModel : WhatsAppSettings
|
||||
/// <seealso cref="TwilioSettingsViewModel" />
|
||||
public class TwilioSettingsViewModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public WhatsAppSettingsViewModel WhatsAppSettings { get; set; } = new WhatsAppSettingsViewModel();
|
||||
}
|
||||
|
||||
public class WhatsAppSettingsViewModel : WhatsAppSettings
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the notification templates.
|
Loading…
Add table
Add a link
Reference in a new issue