Exemple #1
0
        public IndividualStatBlock GetByNameSource(string indiv_name, string source, string altNameForm)
        {
            MonsterService _monsterService = new MonsterService(ConnectionString);
            monster        tempMonster     = _monsterService.GetByNameSource(indiv_name, source, altNameForm);

            return((IndividualStatBlock)MapThisToIndividualStatBlockObject(tempMonster));
        }