Beispiel #1
0
 public bool Update(GameEntity gameEntity)
 {
     try
     {
         return(_gameDao.Update(gameEntity));
     }
     catch
     {
         throw;
     }
 }