Example #1
0
 public static string UpdateUser(DataTable dtUpdateUser)
 {
     return(DAO_HeThong.UpdateUser(dtUpdateUser));
 }