Example #1
0
 /// <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));
 }
Example #2
0
 public static bool UpdateCountry(Country country)
 {
     return(CountryDB.Update(country));
 }