예제 #1
0
 public string DeleteMenu()
 {
     return(MenuApi.DeleteMenus(this.GetToken()));
 }
예제 #2
0
        public string DeleteMenu()
        {
            string token = this.GetToken();

            return(MenuApi.DeleteMenus(token));
        }