예제 #1
0
        public ActionResult ListarSexo()
        {
            General_BL        bl      = new General_BL();
            List <SexoEntity> listado = bl.ListarSexo_BL();

            return(Json(listado));
        }