예제 #1
0
 public PagoManagement()
 {
     _factory = new CrudPago();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #2
0
 public EntidadManagement()
 {
     _factory = new CrudEntidad();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #3
0
 public RolPermisoManagement()
 {
     _factory = new CrudRolPermiso();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #4
0
 public PuntoRutaManagement()
 {
     _factory = new CrudPuntoRuta();
     _exMan   = ExceptionManagement.GetInstance();
 }
 public EventoPatrocinadorManagement()
 {
     _factory = new CrudEventoPatrocinador();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #6
0
 public InscripcionManagement()
 {
     _factory = new CrudInscripcion();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #7
0
 public RutaManagement()
 {
     _factory = new CrudRutaEvento();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #8
0
 public PermisosManagement()
 {
     _factory = new CrudPermisos();
     _exMan   = ExceptionManagement.GetInstance();
 }
 public EventoProductoManagement()
 {
     _factory = new CrudEventoProducto();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #10
0
 public RankingManagement()
 {
     _factory = new CrudRanking();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #11
0
 public PatrocinadorProductoManagement()
 {
     _factory = new CrudPatrocinadorProducto();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #12
0
 public UserManagement()
 {
     _factory = new CrudUser();
     _exMan   = ExceptionManagement.GetInstance();
 }
예제 #13
0
 public CategoriaManagement()
 {
     _factory = new CrudCategoria();
     _exMan   = ExceptionManagement.GetInstance();
 }