Continuo embedding metodi profile
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user