コード例 #1
0
        public void Notify(string employeeId)
        {
            // whenever employee resigns notification will come here.
            // Account department will take necessary action accordingly.

            UpdateXmlHelper xmlHelper = new UpdateXmlHelper();

            xmlHelper.UpdateNotificationDetail("Account", employeeId);
        }
コード例 #2
0
        public void Notify(string employeeId)
        {
            UpdateXmlHelper xmlHelper = new UpdateXmlHelper();

            xmlHelper.UpdateNotificationDetail("HR", employeeId);
        }