예제 #1
0
        public static bool AddCoinAndScore(System.Guid managerId, System.Int32 coin, System.Int32 score, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.AddCoinAndScore(managerId, coin, score, trans));
        }