Exemple #1
0
 public CountryModule(ICountryTagService countryTagService)
 {
     this.countryTagService = countryTagService;
 }
Exemple #2
0
 public GeneralModule(CommandService commandService, ICountryTagService countryTagService, ILeaderPipService leaderPipService)
 {
     this.commandService    = commandService;
     this.countryTagService = countryTagService;
     this.leaderPipService  = leaderPipService;
 }