public WellcomeSmsNotificationViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Example #2
0
 public CustomEventSmsNotificatonViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Example #3
0
 public WrongSmsResponseNotificationViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Example #4
0
 public UserLoginOtpModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }