public ErpLocalidadesService(Label lblLocalidadesCreate, Label lblLocalidadesUpdate, Label lblLocalidadesDelete)
        {
            _genericServiceRepository = new GenericServiceRepository();

            _lblLocalidadesCreate = lblLocalidadesCreate;
            _lblLocalidadesUpdate = lblLocalidadesUpdate;
            _lblLocalidadesDelete = lblLocalidadesDelete;
        }
Beispiel #2
0
        public ErpEmpresasService(Label lblEmpresasCreate, Label lblEmpresasUpdate, Label lblEmpresasDelete)
        {
            _genericServiceRepository = new GenericServiceRepository();

            _lblEmpresasCreate = lblEmpresasCreate;
            _lblEmpresasUpdate = lblEmpresasUpdate;
            _lblEmpresasDelete = lblEmpresasDelete;
        }
Beispiel #3
0
        public ArticulosService(Label lblArticulosCreate, Label lblArticulosUpdate, Label lblArticulosDelete)
        {
            _genericServiceRepository = new GenericServiceRepository();

            _lblArticulosCreate = lblArticulosCreate;
            _lblArticulosUpdate = lblArticulosUpdate;
            _lblArticulosDelete = lblArticulosDelete;
        }
        public ErpAsesoresService(Label lblAsesoresCreate, Label lblAsesoresUpdate, Label lblAsesoresDelete)
        {
            _genericServiceRepository = new GenericServiceRepository();

            _lblAsesoresCreate = lblAsesoresCreate;
            _lblAsesoresUpdate = lblAsesoresUpdate;
            _lblAsesoresDelete = lblAsesoresDelete;
        }
 public FormularioService()
 {
     _genericServiceRepository = new GenericServiceRepository();
 }
Beispiel #6
0
 public ErpEmpresasService()
 {
     _genericServiceRepository = new GenericServiceRepository();
 }
Beispiel #7
0
 public ArticulosService()
 {
     _genericServiceRepository = new GenericServiceRepository();
 }
 public PreguntaService()
 {
     _genericServiceRepository = new GenericServiceRepository();
 }
 public ErpLocalidadesService()
 {
     _genericServiceRepository = new GenericServiceRepository();
 }
 public ErpAsesoresService()
 {
     _genericServiceRepository = new GenericServiceRepository();
 }