Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }
Esempio 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();
 }