public static bool UpdateShoppeInfo(tk_ShoppeInfo shoppe, List <tk_ShoppeInfoDetail> shoppelist, string LoginUser, ref string StrErr) { return(SalesRetailPro.UpdateShoppeInfo(shoppe, shoppelist, LoginUser, ref StrErr)); }
public static bool SaveShopeInfo(tk_ShoppeInfo shope, List <tk_ShoppeInfoDetail> detaillist, ref string StrErr) { return(SalesRetailPro.SaveShopeInfo(shope, detaillist, ref StrErr)); }