Exemple #1
0
 public IList <Empresa> ListarEmpresas()
 {
     return(_contexto.Listar());
 }