Ejemplo n.º 1
0
 public List <Skill> GetPlayerSkills(int playerId)
 {
     return(_iplayerContext.GetPlayerSkills(playerId));
 }