Example #1
0
 public static DataSet EggBreak(int userid,string username)
 {
     bizCardRand biz = new bizCardRand();
     return biz.EggBreak(userid, username);
 }