示例#1
0
 public bool SetAvatarForGame(int gameId, int imageId)
 {
     try
     {
         return(_imageDao.SetAvatarForGame(gameId, imageId));
     }
     catch
     {
         throw;
     }
 }