예제 #1
0
 public Game GetById(int id)
 {
     return(GameDAL.GetByID(id));
 }