예제 #1
0
 public static int CreateAccount(DangNhap dangNhap)
 {
     return(LoginDAO.CreateAccount(dangNhap));
 }