示例#1
0
 public bool UpdateInputType(int appId, int attributeId, string inputType)
 => _eavCtc.UpdateInputType(appId, attributeId, inputType);
示例#2
0
 public bool UpdateInputType(int appId, int attributeId, string inputType)
 {
     return(eavCtc.UpdateInputType(appId, attributeId, inputType));
 }