コード例 #1
0
ファイル: CardBLL.cs プロジェクト: AlexanderFlick/MTG_Helper
 public static IEnumerable <CardVm> FindTribalCommandersForType(string tribalType)
 {
     return(CardMapper.Map(CardRepository.FindTribalCommandersForType(tribalType)));
 }