Exemple #1
0
 public void Atualizar(App entity)
 {
     entity.DataAlteracao = DateTime.Now;
     _appRepository.Atualizar(entity);
 }