示例#1
0
 public static bool AddSellerYDNumber(string nick, string number)
 {
     return(MsgDAL.AddSellerYDNumber(nick, number));
 }