Example #1
0
        public static bool AddCoinAndReiki(System.Guid managerId, System.Int32 coin, System.Int32 reiki, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.AddCoinAndReiki(managerId, coin, reiki, trans));
        }