예제 #1
0
 public bool create(RegisterModel user)
 {
     return(daoService.create(user));
 }