Ejemplo n.º 1
0
 public async Task Update(T entity)
 {
     await _genericDal.Update(entity);
 }
Ejemplo n.º 2
0
 public void Update(EntityTable table)
 {
     _entityDAL.Update(table);
 }