Exemplo n.º 1
0
 public ItemTabla Update(ItemTabla itemTabla)
 {
     try
     {
         return(repository.Update(itemTabla));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
Exemplo n.º 2
0
 public void Update(ItemTabla entity)
 {
     _itemTablaRepository.Update(entity);
 }