コード例 #1
0
 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;
 }