예제 #1
0
        // GET: Ferias_Agricolas

        public Ferias_AgricolasController()
        {
            fer = new MFerias_Agricolas();
            dis = new MDistritos();
            can = new MCantones();
            pro = new MProvincias();
        }
예제 #2
0
 public AgricultoresController()
 {
     agr = new MAgricultores();
     dis = new MDistritos();
     can = new MCantones();
     pro = new MProvincias();
     fer = new MFerias_Agricolas();
 }
예제 #3
0
        // GET: Ferias_Agricolas

        public SeleccionDeFeriaController()
        {
            fer = new MFerias_Agricolas();
            cli = new MClientes();
        }