feat(sms): NotificationType.Sms + recipient phone + SmsConfiguration + repo iface (S1)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
namespace ZB.MOM.WW.ScadaBridge.Commons.Types.Enums;
|
||||
|
||||
/// <summary>
|
||||
/// Delivery channel for a notification. Currently only email is supported.
|
||||
/// Delivery channel for a notification. Email and SMS are supported.
|
||||
/// </summary>
|
||||
public enum NotificationType
|
||||
{
|
||||
Email
|
||||
Email,
|
||||
Sms
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user