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