Exemplo n.º 1
0
 public static string updateMenuMasterDetials(MenuMasterLogicLayer MenuMasterDetail)
 {
     return(MenuMasterDataLayer.UpdateMenuMasterDetials(MenuMasterDetail));
 }
Exemplo n.º 2
0
 public static string InsertMenuMasterDetials(MenuMasterLogicLayer MenuMasterDetail)
 {
     return(MenuMasterDataLayer.InsertMenuMasterDetials(MenuMasterDetail));
 }