コード例 #1
0
ファイル: CatalogBLL.cs プロジェクト: baohoang95/LiteCommerce
 /// <summary>
 /// Cập nhật lại Customer
 /// </summary>
 /// <param name="data"></param>
 /// <returns></returns>
 public static bool UpdateCountry(Country data)
 {
     return(CountryDB.Update(data));
 }
コード例 #2
0
 public static bool UpdateCountry(Country country)
 {
     return(CountryDB.Update(country));
 }