public WellcomeSmsNotificationViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Ejemplo n.º 2
0
 public CustomEventSmsNotificatonViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Ejemplo n.º 3
0
 public WrongSmsResponseNotificationViewModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }
Ejemplo n.º 4
0
 public UserLoginOtpModel(PhoneCommunicationViewModelBase smsCommunication)
 {
     SmsCommunication = smsCommunication;
 }