예제 #1
0
 public IEnumerable <TblMoves> GetMoveSet()
 {
     return(_gameDao.GetMoveSet());
 }