예제 #1
0
 public object GetEventPlayer(int eventID)
 {
     return(_eventDataAccess.GetAllEventPlayerInfoByID(eventID));
 }