Exemplo n.º 1
0
 /// <summary>
 /// Cập nhật thông tin người dùng
 /// </summary>
 /// <modified>
 /// Người tạo            Ngày tạo            chú thích
 /// thinhpq                20/01/2009              Create new
 /// </modified>
 public void UpdateOneUser(string UserName, string FullName, string PassWord, string Email)
 {
     Data.Users clsUsers = new Data.Users();
     clsUsers.UpdateOneUser(UserName, FullName, PassWord, Email);
 }