Beispiel #1
0
 void Eliminar(long idLista)
 {
     _listaRepository.Delete <Pe05_Lista>(idLista);
     _listaRepository.Save();
 }