Exemple #1
0
 public static string GameCodeGet(string sServerAbbre, int iUserID, string sCodeType, string sIp)
 {
     return(GameCodeDAL.GameCodeGet(sServerAbbre, iUserID, sCodeType, sIp));
 }
Exemple #2
0
 public static int GameCodeCountSel(string sServerAbbre, string sCodeType)
 {
     return(GameCodeDAL.GameCodeCountSel(sServerAbbre, sCodeType));
 }
Exemple #3
0
 public static string GameCodeSelByUserID(string sServerAbbre, string sCodeType, int iUserID)
 {
     return(GameCodeDAL.GameCodeSelByUserID(sServerAbbre, sCodeType, iUserID));
 }