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