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