Esempio n. 1
0
        public string[] GetEntry(MobileApp.Shared.Network.RockMobileUser mobileUser)
        {
            if (mobileUser.IsTeaching)
            {
                return(Coach_Entry);
            }

            // they aren't either, so return the "you should do this!!!1one"
            return(NotCoach_Entry);
        }
Esempio n. 2
0
 public string[] GetEntry(MobileApp.Shared.Network.RockMobileUser mobileUser)
 {
     return(Share_Entry);
 }