CRUDServiceBaseTEntity, TKey, TInput, TFilterIUpdateObj Property

获取 IUpdate 对象。

Definition

Namespace: QuickAdmin.Service.CRUD
Assembly: QuickAdmin.Net (in QuickAdmin.Net.dll) Version: 2.0.10
C#
protected IUpdate<TEntity> IUpdateObj { get; }

Property Value

IUpdateTEntity

See Also