Example #1
0
        public override void Execute()
        {
            //get all resources (Product lines for this customer)
            List <CMDCustomerSourceTrack> cmdCustomerSourceTrackList = GetCMDCustomerSourceTrackList();

            PushAlphaeonId.PushMessageToClients(cmdCustomerSourceTrackList, Operations.Updated, ALPHAEON.CMD.Common.Enums.Objects.CustomerContact);
        }
        public override void Execute()
        {
            List <CMDCustomerSourceTrack> cmdCustomerSourceTrackList = new List <CMDCustomerSourceTrack> {
                Model
            };

            PushAlphaeonId.PushMessageToClients(cmdCustomerSourceTrackList, Operations.Created, ALPHAEON.CMD.Common.Enums.Objects.Customer);
        }