Esempio n. 1
0
        public string UpdateStatusPendaftar(string noPendaftaran, bool isLolos)
        {
            UpdateSelection(noPendaftaran, isLolos);
            string noHpAyah    = SetNumberHandphone(noPendaftaran);
            string message     = SetMessage(noPendaftaran, isLolos);
            string resultNotif = _zenzivaNotifHelper.SendNotif(noHpAyah, message);

            return(resultNotif);
        }
        public void SendNotif_BisaDiakses()
        {
            string result = _notif.SendNotif("08123123", "test");

            _output.WriteLine(result);
        }