예제 #1
0
 public Game Details(int id)
 {
     return(_gameDal.GetData(id));
 }