示例#1
0
 public static string updateMenuMasterDetials(MenuMasterLogicLayer MenuMasterDetail)
 {
     return(MenuMasterDataLayer.UpdateMenuMasterDetials(MenuMasterDetail));
 }
示例#2
0
 public static string InsertMenuMasterDetials(MenuMasterLogicLayer MenuMasterDetail)
 {
     return(MenuMasterDataLayer.InsertMenuMasterDetials(MenuMasterDetail));
 }