예제 #1
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            BasicData.CreateMap(autoMapperService);
            Rune.CreateMap(autoMapperService);

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

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

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

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

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

            autoMapperService.CreateApiModelMapWithInterface <SpellDto, Spell, ISpell>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #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>();
        }
예제 #15
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <RuneTypeDto, RuneType, IRuneType>();
 }
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<MasteryTreeItemDto, MasteryTreeItem, IMasteryTreeItem>();
 }
예제 #17
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <ItemRuneDto, ItemRune, IItemRune>();
 }
예제 #18
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<MetaDataDto, MetaData, IMetaData>();
 }
예제 #19
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Block.CreateMap(autoMapperService);

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

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

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

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

            autoMapperService.CreateApiModelMapWithInterface<MasteryDto, Mastery, IMastery>();
        }
예제 #30
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface <StatsDto, Stats, IStats>();
 }
예제 #31
0
 internal static void CreateMap(AutoMapperService autoMapperService)
 {
     autoMapperService.CreateApiModelMapWithInterface<GroupDto, Group, IGroup>();
 }
예제 #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>();
 }
예제 #34
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Champion.CreateMap(autoMapperService);

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

            autoMapperService.CreateApiModelMapWithInterface <MasteryDto, Mastery, IMastery>();
        }
예제 #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>();
        }
예제 #40
0
        internal static void CreateMap(AutoMapperService autoMapperService)
        {
            Champion.CreateMap(autoMapperService);

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

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

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