Esempio n. 1
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BasicData.CreateMap(autoMapperService);
            Rune.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <RuneListDto, RuneList, IRuneList>();
        }
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Mastery.CreateMap(autoMapperService);
            MasteryTree.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<MasteryListDto, MasteryList, IMasteryList>();
        }
Esempio n. 3
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BasicData.CreateMap(autoMapperService);
            Rune.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<RuneListDto, RuneList, IRuneList>();
        }
Esempio n. 4
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Mastery.CreateMap(autoMapperService);
            MasteryTree.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <MasteryListDto, MasteryList, IMasteryList>();
        }
Esempio n. 5
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);
            LevelTip.CreateMap(autoMapperService);
            SpellVars.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<SpellDto, Spell, ISpell>();
        }
Esempio n. 6
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);
            LevelTip.CreateMap(autoMapperService);
            SpellVars.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <SpellDto, Spell, ISpell>();
        }
Esempio n. 7
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BasicData.CreateMap(autoMapperService);
            Item.CreateMap(autoMapperService);
            Group.CreateMap(autoMapperService);
            ItemTree.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<ItemListDto, ItemList, IItemList>();
        }
Esempio n. 8
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Gold.CreateMap(autoMapperService);
            Models.Image.CreateMap(autoMapperService);
            MetaData.CreateMap(autoMapperService);
            BasicDataStats.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <ItemDto, Item, IItem>();
        }
Esempio n. 9
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BasicData.CreateMap(autoMapperService);
            Item.CreateMap(autoMapperService);
            Group.CreateMap(autoMapperService);
            ItemTree.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <ItemListDto, ItemList, IItemList>();
        }
Esempio n. 10
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Gold.CreateMap(autoMapperService);
            Models.Image.CreateMap(autoMapperService);
            ItemRune.CreateMap(autoMapperService);
            BasicDataStats.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <BasicDataDto, BasicData, IBasicData>();
        }
Esempio n. 11
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Gold.CreateMap(autoMapperService);
            Models.Image.CreateMap(autoMapperService);
            ItemRune.CreateMap(autoMapperService);
            BasicDataStats.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<BasicDataDto, BasicData, IBasicData>();
        }
Esempio n. 12
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Gold.CreateMap(autoMapperService);
            Models.Image.CreateMap(autoMapperService);
            MetaData.CreateMap(autoMapperService);
            BasicDataStats.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<ItemDto, Item, IItem>();
        }
Esempio n. 13
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);
            Models.Champion.Info.CreateMap(autoMapperService);
            Models.Champion.Passive.CreateMap(autoMapperService);
            Models.Champion.Recommended.CreateMap(autoMapperService);
            Skin.CreateMap(autoMapperService);
            Spell.CreateMap(autoMapperService);
            Models.Champion.Stats.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <ChampionDto, Champion, IChampion>();
        }
Esempio n. 14
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);
            Models.Champion.Info.CreateMap(autoMapperService);
            Models.Champion.Passive.CreateMap(autoMapperService);
            Models.Champion.Recommended.CreateMap(autoMapperService);
            Skin.CreateMap(autoMapperService);
            Spell.CreateMap(autoMapperService);
            Models.Champion.Stats.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<ChampionDto, Champion, IChampion>();
        }
Esempio n. 15
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <RuneTypeDto, RuneType, IRuneType>();
 }
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<MasteryTreeItemDto, MasteryTreeItem, IMasteryTreeItem>();
 }
Esempio n. 17
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <ItemRuneDto, ItemRune, IItemRune>();
 }
Esempio n. 18
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<MetaDataDto, MetaData, IMetaData>();
 }
Esempio n. 19
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Block.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <RecommendedDto, Recommended, IRecommended>();
        }
Esempio n. 20
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <MetaDataDto, MetaData, IMetaData>();
 }
Esempio n. 21
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <PassiveDto, Passive, IPassive>();
        }
Esempio n. 22
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Block.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<RecommendedDto, Recommended, IRecommended>();
        }
Esempio n. 23
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<LevelTipDto, LevelTip, ILevelTip>();
 }
Esempio n. 24
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<InfoDto, Info, IInfo>();
 }
Esempio n. 25
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<ItemRuneDto, ItemRune, IItemRune>();
 }
Esempio n. 26
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <BlockItemDto, BlockItem, IBlockItem>();
 }
Esempio n. 27
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<SkinDto, Skin, ISkin>();
 }
Esempio n. 28
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            SummonerSpellVars.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <SummonerSpellDto, SummonerSpell, ISummonerSpell>();
        }
Esempio n. 29
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<MasteryDto, Mastery, IMastery>();
        }
Esempio n. 30
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <StatsDto, Stats, IStats>();
 }
Esempio n. 31
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<GroupDto, Group, IGroup>();
 }
Esempio n. 32
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<PassiveDto, Passive, IPassive>();
        }
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<SummonerSpellVarsDto, SummonerSpellVars, ISummonerSpellVars>();
 }
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Champion.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<ChampionListDto, ChampionList, IChampionList>();
        }
Esempio n. 35
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <InfoDto, Info, IInfo>();
 }
Esempio n. 36
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<BlockItemDto, BlockItem, IBlockItem>();
 }
Esempio n. 37
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Models.Image.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <MasteryDto, Mastery, IMastery>();
        }
Esempio n. 38
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <SkinDto, Skin, ISkin>();
 }
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            SummonerSpell.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<SummonerSpellListDto, SummonerSpellList, ISummonerSpellList>();
        }
Esempio n. 40
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Champion.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <ChampionListDto, ChampionList, IChampionList>();
        }
Esempio n. 41
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<RuneTypeDto, RuneType, IRuneType>();
 }
Esempio n. 42
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BlockItem.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface<BlockDto, Block, IBlock>();
        }
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <MasteryTreeItemDto, MasteryTreeItem, IMasteryTreeItem>();
 }
Esempio n. 44
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <LevelTipDto, LevelTip, ILevelTip>();
 }
Esempio n. 45
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<StatsDto, Stats, IStats>();
 }
Esempio n. 46
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <GoldDto, Gold, IGold>();
 }
Esempio n. 47
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BlockItem.CreateMap(autoMapperService);

            autoMapperService.CreateApiModelMapWithInterface <BlockDto, Block, IBlock>();
        }
Esempio n. 48
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <GroupDto, Group, IGroup>();
 }