Example #1
0
 public static void DeleteUser(string taiKhoan)
 {
     DAO_Admin.DeleteUserWithLinq(taiKhoan);
 }