Completata prima review GenVal da testare
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user