コード例 #1
0
ファイル: SBSNotifications.cs プロジェクト: cpm2710/cellbank
 public static void FireSBSUserAddedEvent(string userId)
 {
     SBSUserAddedEvent addedEvent = new SBSUserAddedEvent();
     addedEvent.UserId = userId;
     addedEvent.Fire();
     //Instrumentation.Fire(new (userId));
 }
コード例 #2
0
        public static void FireSBSUserAddedEvent(string userId)
        {
            SBSUserAddedEvent addedEvent = new SBSUserAddedEvent();

            addedEvent.UserId = userId;
            addedEvent.Fire();
            //Instrumentation.Fire(new (userId));
        }