public void PutClient(int id, ClientDataModel data) { int auditId = 10; data.ClientId = id; ClientDataManager.UpdateSortOrderOnly(data, auditId); }