Exemplo n.º 1
0
        public void HandleRelive(string rid)
        {
            Bio bio = this.GetBio(rid);

            bio?.Relive();
        }