Ejemplo n.º 1
0
 public PersonnageController(PersonnageService service)
 {
     this.service = service;
 }
Ejemplo n.º 2
0
 public WoWApiService()
 {
     ClassService          = new ClassService(this);
     PersonnageService     = new PersonnageService(this);
     SpecialisationService = new SpecialisationService(this);
 }