예제 #1
0
 public static Results Create_User(TaiKhoan_DTO tk)
 {
     return(TaiKhoan_DAO.Create_User(tk));
 }