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