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