예제 #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();
 }
예제 #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();
 }
예제 #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();
 }
예제 #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();
 }
예제 #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();
 }
예제 #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();
 }
예제 #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();
 }
예제 #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();
 }
예제 #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();
 }