Exemplo n.º 1
0
 public Player GetPlayerById(int id)
 {
     return(MapPlayerToModel(_iPlayerDAL.GetPlayerById(id)));
 }