Exemplo n.º 1
0
 public bool Reorder(int appId, int contentTypeId, string newSortOrder)
 {
     return(eavCtc.Reorder(appId, contentTypeId, newSortOrder));
 }
Exemplo n.º 2
0
 public bool Reorder(int appId, int contentTypeId, string newSortOrder)
 => _eavCtc.Reorder(appId, contentTypeId, newSortOrder);
Exemplo n.º 3
0
 public bool Reorder(int appId, int contentTypeId, int attributeId, string direction)
 {
     return(eavCtc.Reorder(appId, contentTypeId, attributeId, direction));
 }