コード例 #1
0
 public ConfiguracionEditor(IConfiguracionView view)
 {
     this.mView = view;
     this.mConfiguracionService = ConfiguracionService.Instance;
     this.mCentroCostoService   = CentroCostoService.Instance;
     this.mPersonaService       = PersonaService.Instance;
     this.Initialize();
 }
コード例 #2
0
 public PlanillaEditor(IPlanillaView view)
 {
     this.mView                   = view;
     this.mPlanillaService        = PlanillaService.Instance;
     this.mAreaService            = AreaService.Instance;
     this.mSucursalService        = SucursalService.Instance;
     this.mPersonaService         = PersonaService.Instance;
     this.mOrdenProduccionService = OrdenProduccionService.Instance;
     this.mActividadService       = ActividadService.Instance;
     this.mCentroCostoService     = CentroCostoService.Instance;
     this.mNovedadService         = NovedadService.Instance;
     this.mConfiguracionService   = ConfiguracionService.Instance;
     this.mNumeracionService      = NumeracionService.Instance;
     this.Initialize();
 }
コード例 #3
0
 ///<Summary>
 /// Constructor
 ///</Summary>
 public ConfiguracionController(IConfiguracionService ConfiService)
 {
     this._ConfigService = ConfiService;
 }