示例#1
0
 public int Insert(TaiKhoan tk)
 {
     return(login.Insert(tk));
 }