Exemplo n.º 1
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public UserContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 2
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public ArticleContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 3
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public ReservationContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 4
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public RoomTypeContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 5
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public ClientContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 6
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public ActivityContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 7
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public BinacleTypeContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 8
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public PriceContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public ArticuloEnReservacionContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public HabitacionesEnReservacionContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }
Exemplo n.º 11
0
 /// <summary>Initializes a new instance of the Ulacit.Mandiola.DB.Concrete.ConsecutiveContext class.</summary>
 /// <param name="mapper">The mapper.</param>
 public ConsecutiveContext(IMapper mapper)
 {
     _mapper            = mapper;
     _mandiolaDbContext = new MandiolaDbContext();
 }