Files
ssg_rest_server/ssgrestserver/request/웹핸들링/조회/기존상품평.cs
2026-04-01 20:16:50 +09:00

22 lines
471 B
C#

using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ssgrestserver
{
class : AOutputTextHandler
{
protected override void setUpdateData()
{
updateTextName = "상품평";
mAccessableDictionary = DataCenter.getInstance().getData(DataCenter..);
}
}
}