ILimitsAppCrudService
TheILimitsAppCrudService is an interface that defines the generic contract for managing the
persistence of objects in Atoti Limits. It defines methods for creating, updating, and
deleting LimitStructure, Limit, and Incident objects. The types of these objects are defined by the
generic parameters <LimitStructure>, <Limit>, and <Incident>. This interface is designed to be
flexible and can be implemented to work with different types of persistence mechanisms. The specific
implementation will depend on the type of database or datastore you are using in your application.
The ILimitsAppCrudService interface provides the following methods: