public async Task Update(T entity) { await _genericDal.Update(entity); }
public void Update(EntityTable table) { _entityDAL.Update(table); }