示例#1
0
 public IPushNotificationStorage CreatePushNotificationStorage(IMailboxSession session)
 {
     return(PushNotificationStorage.Create(session, this));
 }
 public static IPushNotificationStorage Create(IMailboxSession mailboxSession, IXSOFactory xsoFactory)
 {
     return(PushNotificationStorage.Create(mailboxSession, xsoFactory, OrganizationIdConvertor.Default));
 }