Méthode | Description | |
---|---|---|
AddPowerToSuperhero ( |
||
CreateSuperhero ( string superheroName, string secretIdentity, string cityName ) : |
||
CreateSuperhero ( string superheroName, string secretIdentity, string cityName, IEnumerable |
||
GetAllSuperheroes ( ) : IQueryable |
||
GetSupeheroesWithPower ( string powerName ) : IQueryable |
||
SuperheroesService ( IUnitOfWork unitOfWork, IRepository |
Méthode | Description | |
---|---|---|
LoadOrCreateCity ( string cityName ) : |
||
LoadOrCreatePower ( string powerName ) : |
public AddPowerToSuperhero ( |
||
superhero | ||
powerName | string | |
Résultat | void |
public CreateSuperhero ( string superheroName, string secretIdentity, string cityName ) : |
||
superheroName | string | |
secretIdentity | string | |
cityName | string | |
Résultat |
public CreateSuperhero ( string superheroName, string secretIdentity, string cityName, IEnumerable |
||
superheroName | string | |
secretIdentity | string | |
cityName | string | |
powerNames | IEnumerable |
|
Résultat |
public GetSupeheroesWithPower ( string powerName ) : IQueryable |
||
powerName | string | |
Résultat | IQueryable |
public SuperheroesService ( IUnitOfWork unitOfWork, IRepository |
||
unitOfWork | IUnitOfWork | |
superheroes | IRepository |
|
powers | IRepository |
|
cities | IRepository |
|
Résultat | System |