Ejemplo n.º 1
0
 public List <GamerInfo> GetEventCompetitors(int eventID)
 {
     return(_eventDataAccess.GetAllEventCompetitorsBy(eventID));
 }