コード例 #1
0
 public bool Register(UserInfo info)
 {
     return(dal.Register(info) > 0);
 }