22 lines
471 B
C#
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.관리중인데이터들배열.상품평);
|
|
|
|
}
|
|
}
|
|
}
|