b3bb7144ef45e98294c1ea062886a16bae04dc4e
Changed IUpdateProcedure to a generic interface IUpdateProcedure<T>, adding Id (long) and Data (T) properties for improved type safety and flexibility in update procedures. The interface continues to inherit from IRequest<int>.
Description
Languages
C#
100%