fix security
This commit is contained in:
@@ -4,4 +4,5 @@ public interface IAlertThresholdService
|
||||
Task<List<AlertThreshold>> ListAsync();
|
||||
Task<AlertThreshold> GetByIdAsync(Guid id);
|
||||
Task<AlertThreshold> UpdateAsync(Guid id, AlertThresholdRequest req);
|
||||
Task DeleteAsync(Guid id);
|
||||
}
|
||||
Reference in New Issue
Block a user