コード例 #1
0
 public int AddField(int appId, int contentTypeId, string staticName, string type, string inputType, int sortOrder)
 => _eavCtc.AddField(appId, contentTypeId, staticName, type, inputType, sortOrder);