public WellcomeSmsNotificationViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Пример #2
0
 public CustomEventSmsNotificatonViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Пример #3
0
 public WrongSmsResponseNotificationViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Пример #4
0
 public UserLoginOtpModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }