public ArchivosAdjuntosController()
 {
     Title             = "Archivos Adjuntos";
     EntityService     = new ArchivosAdjuntoService();
     NumeracionService = new NumeracionService();
 }
Esempio n. 2
0
 public EmpresasController()
 {
     EntityService     = new EmpresaService();
     EmpresaService    = new EmpresaService();
     NumeracionService = new NumeracionService();
 }