public CharacterPowersBusinessWorkflow(ICharacterPowersRepository characterPowersRepository, ICharacterPowerMapper characterPowerMapper)
 {
     CharacterPowersRepository = characterPowersRepository;
     CharacterPowerMapper = characterPowerMapper;
 }
コード例 #2
0
 public CharacterPowersBusinessWorkflow(ICharacterPowersRepository characterPowersRepository, ICharacterPowerMapper characterPowerMapper)
 {
     CharacterPowersRepository = characterPowersRepository;
     CharacterPowerMapper      = characterPowerMapper;
 }