Esempio n. 1
0
 public MultaManagement()
 {
     crudMulta    = new MultaCrudFactory();
     crudComercio = new ComercioCrudFactory();
     crudSucursal = new SucursalCrudFactory();
     crudConfig   = new ConfiguracionCrudFactory();
     crudEmpleado = new EmpleadoCrudFactory();
 }
Esempio n. 2
0
 public DireccionManagement()
 {
     this.crudDireccion       = new DireccionCrudFactory();
     this.crudProvincia       = new ProvinciaCrudFactory();
     this.crudCanton          = new CantonCrudFactory();
     this.crudDistrito        = new DistritoCrudFactory();
     this.sucursalCrudFactory = new SucursalCrudFactory();
     this.citaCrudFactory     = new CitaCrudFactory();
     this.empleadoCrudFactory = new EmpleadoCrudFactory();
 }
Esempio n. 3
0
 public SucursalManagement()
 {
     sucursalFactory       = new SucursalCrudFactory();
     this.reglaCrudFactory = new ReglaCrudFactory();
 }
Esempio n. 4
0
 public SucursalManagement()
 {
     sucursalFactory = new SucursalCrudFactory();
 }