示例#1
0
 public static bool CreatePartner(Partner p)
 {
     return(UserBUS.CreatePartner(p));
 }