コード例 #1
0
ファイル: GameGiftBLL.cs プロジェクト: bin1123/webgamesite
 public static int UCountSelByGift(int iUserID, string sGift)
 {
     return(GameGiftDAL.UCountSelByGift(iUserID, sGift));
 }
コード例 #2
0
ファイル: GameGiftBLL.cs プロジェクト: bin1123/webgamesite
 public static int GameGiftAdd(int iServerID, int iUserID, string sGift, string sGameName, string sGiftThing, string sGiftTranID)
 {
     return(GameGiftDAL.GameGiftAdd(iServerID, iUserID, sGift, sGameName, sGiftThing, sGiftTranID));
 }