Continuo embedding metodi profile

This commit is contained in:
Samuele Locatelli
2026-03-20 08:27:38 +01:00
parent 07eacd022e
commit 252f07cb29
11 changed files with 139 additions and 74 deletions
@@ -6,6 +6,7 @@ namespace EgwCoreLib.Lux.Data.Repository.Config
{
Task<bool> AddAsync(ProfileModel entity);
Task<bool> AddRangeAsync(List<ProfileModel> entityList);
Task<bool> DeleteAsync(ProfileModel entity);
@@ -13,6 +14,8 @@ namespace EgwCoreLib.Lux.Data.Repository.Config
Task<ProfileModel?> GetByIdAsync(int recId);
Task<ProfileModel?> GetByUidAsync(string uID);
Task<bool> UpdateAsync(ProfileModel entity);
}
}