Completata prima review GenVal da testare

This commit is contained in:
Samuele Locatelli
2026-03-14 12:06:47 +01:00
parent fbc88aef65
commit 0ec8015d68
12 changed files with 234 additions and 69 deletions
@@ -10,8 +10,12 @@ namespace EgwCoreLib.Lux.Data.Repository.Utils
Task<bool> DeleteAsync(GenValueModel entity);
Task<GenValueModel?> GetByIdAsync(int Id);
Task<List<GenValueModel>> GetFiltAsync(string codClass);
Task<bool> MoveAsync(GenValueModel selRec, bool moveUp);
void Update(GenValueModel entity);
#endregion Public Methods