예제 #1
0
 public bool DeleteField(int appId, int contentTypeId, int attributeId)
 => _eavCtc.DeleteField(appId, contentTypeId, attributeId);
예제 #2
0
 public bool DeleteField(int appId, int contentTypeId, int attributeId)
 {
     return(eavCtc.DeleteField(appId, contentTypeId, attributeId));
 }