Example #1
0
 internal CommunicationIdentifierModel(string rawId, CommunicationUserIdentifierModel communicationUser, PhoneNumberIdentifierModel phoneNumber, MicrosoftTeamsUserIdentifierModel microsoftTeamsUser)
 {
     RawId              = rawId;
     CommunicationUser  = communicationUser;
     PhoneNumber        = phoneNumber;
     MicrosoftTeamsUser = microsoftTeamsUser;
 }
Example #2
0
 internal CommunicationIdentifierModel(CommunicationUserIdentifierModel communicationUser, MicrosoftTeamsUserIdentifierModel microsoftTeamsUser)
 {
     CommunicationUser  = communicationUser;
     MicrosoftTeamsUser = microsoftTeamsUser;
 }