示例#1
0
 public RelationshipService(CardRepository cardRepository)
 {
     cards = cardRepository.Cards();
 }