Ejemplo n.º 1
0
        public void GetExpedientesTest()
        {
            String prepath  = AppDomain.CurrentDomain.BaseDirectory;
            var    response = servicio.GetExpedientes();

            Assert.IsNotNull(response);
        }
        public List <ExpedienteDTO> GetExpedientes()
        {
            ExpedienteBLL expediente = new ExpedienteBLL();

            return(expediente.GetExpedientes());
        }