Inizio porting repository x GenVal...
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using EgwCoreLib.Lux.Data.DbModel.Utils;
|
||||
|
||||
namespace EgwCoreLib.Lux.Data.Repository.Utils
|
||||
{
|
||||
public interface IGenValRepository : IBaseRepository
|
||||
{
|
||||
#region Public Methods
|
||||
|
||||
void Add(GenValueModel entity);
|
||||
|
||||
Task<bool> DeleteAsync(GenValueModel entity);
|
||||
|
||||
Task<List<GenValueModel>> GetFiltAsync(string codClass);
|
||||
|
||||
void Update(GenValueModel entity);
|
||||
|
||||
#endregion Public Methods
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user