Ejemplo n.º 1
0
        public static bool C_RevelationTheGame(System.Guid managerId, System.Int32 mark, System.Int32 littleLevels, System.Int32 goals, System.Int32 toConcede, System.Boolean isGeneral, System.Int32 courage, System.Boolean isVictory, DbTransaction trans = null, string zoneId = "")
        {
            RevelationCheckpointProvider provider = new RevelationCheckpointProvider(zoneId);

            return(provider.C_RevelationTheGame(managerId, mark, littleLevels, goals, toConcede, isGeneral, courage, isVictory, trans));
        }