示例#1
0
 public IEnumerable <IMtgCard> Search(string byName)
 {
     return(_source.SearchByName(byName).Select(MtgCard.FromMtg));
 }