コード例 #1
0
 public static void DeleteT_MenuById(int id)
 {
     T_MenuService.DeleteT_MenuById(id);
 }
コード例 #2
0
 public static void DeleteT_MenuById(string menu_url)
 {
     T_MenuService.DeleteT_MenuById(menu_url);
 }