Beispiel #1
0
 public IEnumerable <HeroViewModel> GetAllHeroes(string id)
 {
     return(_playerAppService.GetAllHeroes(ObjectId.Parse(id)));
 }