Ejemplo n.º 1
0
 public static DataTable GetAllIDWiseMenuMasterDetials(string Id)
 {
     return(MenuMasterDataLayer.GetAllIDWiseMenuMasterDetials(Id));
 }
Ejemplo n.º 2
0
 public static string DeleteIDWiseMenuMasterDetials(string Id)
 {
     return(MenuMasterDataLayer.DeleteIDWiseMenuMasterDetials(Id));
 }
Ejemplo n.º 3
0
 public static DataTable GetAllMenuMasterDetials()
 {
     return(MenuMasterDataLayer.GetAllMenuMasterDetials());
 }
Ejemplo n.º 4
0
 public static string updateMenuMasterDetials(MenuMasterLogicLayer MenuMasterDetail)
 {
     return(MenuMasterDataLayer.UpdateMenuMasterDetials(MenuMasterDetail));
 }
Ejemplo n.º 5
0
 public static string InsertMenuMasterDetials(MenuMasterLogicLayer MenuMasterDetail)
 {
     return(MenuMasterDataLayer.InsertMenuMasterDetials(MenuMasterDetail));
 }
Ejemplo n.º 6
0
 public static DataTable GetLogin(string id, string password)
 {
     return(MenuMasterDataLayer.GetLogin(id, password));
 }
Ejemplo n.º 7
0
 public static DataTable GetUserId(string id)
 {
     return(MenuMasterDataLayer.GetUserId(id));
 }